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

list Operator

 15th November 2021 at 9:23am
purposeselect titles via a list field
inputignored
! inputa selection of titles
parameterR=a reference to a field or property of a particular tiddler
outputthe titles stored as a title list at R
! outputthose input titles that are not mentioned at R

Learn more about how to use Filters

R can reference either a field or a property. See TextReference for the syntax.

  • If neither is specified, the list field is used by default. So [list[T]] outputs the titles listed in the list field of tiddler T.
  • If R consists of only a field or a property, the tiddler part of the reference defaults to the current tiddler. So [list[!!tags]] outputs the titles listed in the tags field of the current tiddler.

Examples