This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

enlist-input Operator

 2nd November 2020 at 10:18pm
purposeselect titles by interpreting each input title as a title list
inputa selection of titles
suffixD=dedupe (the default) to remove duplicates, raw to leave duplicates untouched
outputthe titles stored as a title list in each input title

Learn more about how to use Filters

Introduced in v5.1.23

Tip
Compare with enlist operator that interprets its parameter 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[]] }}}

Examples