mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Update filter docs
This commit is contained in:
parent
d27cb19e22
commit
576b46301c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user