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

enlist Operator

 5th May 2021 at 10:02am
purposeselect titles from the parameter interpreted as a title list
inputignored
! inputa selection of titles
suffixD=Introduced in v5.1.20 dedupe (the default) to remove duplicates, raw to leave duplicates untouched
parameterL=a title list
outputthe titles stored as a title list at L
! outputthose input titles that are not listed in L

Learn more about how to use Filters

Tip
Literal filter parameters cannot contain square brackets but you can work around the issue by using a variable. Learn more at: SetWidget documentation under the heading "Filtered List Variable Assignment"

<$set name="myList" value="first [[second with a space]] third">
<$list filter="[enlist<myList>]">
...

Examples