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

enlist Operator

5 mai 2021 à 10h02
purposeselect titles from the parameter interpreted as a title list
inputignored
! inputa selection of titles
suffixD= Depuis : 5.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

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