diff --git a/editions/tw5.com/tiddlers/filters/enlist-input Operator.tid b/editions/tw5.com/tiddlers/filters/enlist-input Operator.tid new file mode 100644 index 000000000..3a9dd529a --- /dev/null +++ b/editions/tw5.com/tiddlers/filters/enlist-input Operator.tid @@ -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] }}} + + +``` + +is equivalent to: + +``` +{{{ [[Days of the Week]get[list]enlist-input[]] }}} +``` + +<<.operator-examples "enlist-input">> diff --git a/editions/tw5.com/tiddlers/filters/examples/enlist-input Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/enlist-input Operator (Examples).tid new file mode 100644 index 000000000..6c4355d89 --- /dev/null +++ b/editions/tw5.com/tiddlers/filters/examples/enlist-input Operator (Examples).tid @@ -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[]]">> \ No newline at end of file