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

title Operator

 3rd February 2015 at 7:17pm
purposeselect a single title
inputignored
! inputa selection of titles
parameterT=a tiddler title
outputa selection containing only T
! outputthe input, but with tiddler T filtered out if it exists in the wiki

Learn more about how to use Filters

[title[An Example]] can be shortened to [[An Example]], because title is the default filter operator. Consequentially, [!title[An Example]] can be shortened to [![An Example]].

title is a constructor (except in the form !title), but field:title is a modifier.

Examples