Hello forum,
I tried to add a selection to limit the output list.
Building the filter depending from selected options:
<$let auswahl={{!!TidText}}{{!!allTid}}{{!!TidOrt}}>
Replacing
<$list filter="[all[tiddlers]] :filter[enlist...
width
<$list filter="[<<auswahl>>] :filter[enlist
will fail:
<$list filter="[<<auswahl>>] :filter[enlist{!!tags}prefix:caseinsensitive<tag1>] :sort:integer:reverse[<currentTiddler>get[text]length[]]" >
What is wrong with the syntax?
Thanks, Stefan