From 148c1a03553a04ebb89d84bcbab09a4ff50616ea Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 3 Mar 2019 14:32:26 +0000 Subject: [PATCH] Clarify that filter operator brackets cannot be nested --- .../tiddlers/filters/Introduction to filter notation.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editions/tw5.com/tiddlers/filters/Introduction to filter notation.tid b/editions/tw5.com/tiddlers/filters/Introduction to filter notation.tid index 1155923ee..e6b785a18 100644 --- a/editions/tw5.com/tiddlers/filters/Introduction to filter notation.tid +++ b/editions/tw5.com/tiddlers/filters/Introduction to filter notation.tid @@ -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]` + +Note that these special brackets cannot be nested. It is not possible for example to write `[search{}]`.