Hello forum,
how do I wrap this selection into <$list filter="..."/>
?
Also the output should be counted and shown.
<span style="color: rgb(255,201,102)">Show: </span>
<$checkbox field="textTid" checked="[!has[Draft.of]!is[system]has[erstellt]" unchecked="" default="[!has[Draft.of]!is[system]has[erstellt]"> Tiddler (with date) </$checkbox>
<$checkbox field="allTid" checked="[!is[system]" unchecked="" default="[!has[Draft.of]!is[system]has[erstellt]" field="ort" unchecked="" field="textTid" unchecked=""> all Tiddler (with / without date) </$checkbox>
<$checkbox field="ort" checked="[is[system]" unchecked="" default="[!has[Draft.of]!is[system]has[erstellt]"
field="textTid" unchecked=""> System Tiddler only </$checkbox>
<span style="color: rgb(255,201,102)">sort by: </span>
<$checkbox field="dat" checked="sort[published]]" unchecked="sort[title]]" default="sort[published]]"> date </$checkbox>
<$checkbox field="abc" checked="sort[title]]" unchecked="sort[published]]" default="sort[published]]" field="dat" unchecked="" > alphabetical </$checkbox>
<$checkbox field="sort" checked="!" unchecked="" default="!"> reverse sort </$checkbox>
<br>''Filter is:'' {{!!textTid}}{{!!sort}}{{!!dat}}
Thanks
Stefan