On Saturday, July 3, 2021 at 5:27:37 PM UTC-7 [email protected] wrote:
> <$list filter="[tag[{{!!*target*}}]]">
In filter syntax, *square brackets* surrounding the operand indicate that
the operand is a *literal text value*.
When using a* field reference*, omit the square brackets and use *single
curly braces* instead.
When using a *variable reference*, omit the square brackets and use *single
angle brackets* instead.
Thus:
[tag[literaltext]]
[tag{!!fieldname}]
[tag<variablename>]
So, for the example code you provided, you would write:
<$list filter="[tag{!!target}]">
enjoy,
-e
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/49a76fbe-5153-4212-a5ef-e737ab3bab29n%40googlegroups.com.