mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Added docs for enlist-input filter operator (#4966)
This commit is contained in:
parent
2f5f0db00f
commit
70561bd481
29
editions/tw5.com/tiddlers/filters/enlist-input Operator.tid
Normal file
29
editions/tw5.com/tiddlers/filters/enlist-input Operator.tid
Normal file
@ -0,0 +1,29 @@
|
||||
caption: enlist-input
|
||||
created: 20201102215459192
|
||||
modified: 20201102221854719
|
||||
op-input: a [[selection of titles|Title Selection]]
|
||||
op-output: the titles stored as a [[title list|Title List]] in each input title
|
||||
op-purpose: select titles by interpreting each input title as a [[title list|Title List]]
|
||||
tags: [[Filter Operators]] [[String Operators]] [[Selection Constructors]]
|
||||
title: enlist-input Operator
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<.from-version "5.1.23">>
|
||||
|
||||
<<.tip " Compare with [[enlist|enlist Operator]] operator that interprets its operand as a title list">>
|
||||
|
||||
```
|
||||
<$vars days={{{ [[Days of the Week]get[list]] }}}>
|
||||
|
||||
{{{ [enlist<days>] }}}
|
||||
|
||||
</$vars>
|
||||
```
|
||||
|
||||
is equivalent to:
|
||||
|
||||
```
|
||||
{{{ [[Days of the Week]get[list]enlist-input[]] }}}
|
||||
```
|
||||
|
||||
<<.operator-examples "enlist-input">>
|
@ -0,0 +1,8 @@
|
||||
created: 20201102220519567
|
||||
modified: 20201102221137200
|
||||
tags: [[enlist-input Operator]] [[Operator Examples]]
|
||||
title: enlist-input Operator (Examples)
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<.operator-example 1 "[[Days of the Week]get[list]enlist-input[]]">>
|
||||
<<.operator-example 2 "'HelloThere GettingStarted [[Customise TiddlyWiki]]' +[enlist-input[]]">>
|
Loading…
Reference in New Issue
Block a user