many thanks! Everything is working.

For fun.
[tag<*variablename*>] 
Tell me pls, how to set the variable correctly in this case?

воскресенье, 4 июля 2021 г. в 04:08:08 UTC+3, Eric Shulman: 

> On Saturday, July 3, 2021 at 5:27:37 PM UTC-7 miket...@gmail.com 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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c4310593-4ed4-4acb-a64d-bfda7ee2ff4en%40googlegroups.com.

Reply via email to