Hello TW-Community,
I have simple question and I think I am (again) fighting to use the right brackets.
This is my simplified use case.
A procedure with a list.
\procedure show_fields(selector)
<$list filter='[tag[<selector>]]'>
<hr>
</$list>
\end
And I call the procure with
<<show_fields "Main">>
But the list will not be generated as if I do
<$list filter='[tag[Main]]'>
I searched here around and found
<$list filter='[tag<selector>]'>
what is also not working.
Thx in advance
Stefan