1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Clarify that filter operator brackets cannot be nested

This commit is contained in:
Jeremy Ruston 2019-03-03 14:32:26 +00:00 committed by GitHub
parent 181897514f
commit 148c1a0355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,3 +83,5 @@ as an alternative to `[tag[Vegetarian]]`. This allows the preference to change o
<<.def "Angle brackets">> `<>` mean that the parameter is the name of a [[variable|Variables]] whose value is to be used instead. Here we use the built-in <<.vlink currentTiddler>> variable in a filter that selects any tiddlers whose text contains the title of the current one:
> `[search<currentTiddler>]`
Note that these special brackets cannot be nested. It is not possible for example to write `[search{<currentTiddler>}]`.