1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-13 17:16:48 +00:00

Update filter docs

This commit is contained in:
Jeremy Ruston 2013-05-31 13:32:34 +01:00
parent d27cb19e22
commit 576b46301c

View File

@ -1,5 +1,6 @@
title: TiddlerFilters
tags: docs concepts
title: TiddlerFilters
modified: 201305311232
Filters are used in TiddlyWiki to choose tiddlers by specifying simple match criteria.
@ -55,6 +56,12 @@ The operands available with the `is` operator are:
* ''missing'': selects all missing tiddlers
* ''orphan'': selects all orphan tiddlers
! Indirect Operands
If a filter operator is written with curly brackets around the operand then it is taken to be a TiddlerTextReference to the actual value. For example:
''[search{$:/temp/search}]'': selects all tiddlers containing the string contained in the tiddler titled ''$:/temp/search''.
! Runs
Operators are combined into runs that function as logically ANDed expressions by bashing them together and merging the square brackets: