Hi,
I'm trying to build up a Table of content whose tiddlers should result from a filter expression made of 2 steps: containing a specific tag AND nsort by a custom field
I've tried the following
<div class="tc-table-of-contents">
<<toc-expandable "rootTag" "tag[Country]nsort[evtdate]">>
</div>
But this does not works.
The documentation mention "an extra filter step" but I'm wondering if we can have a 2 (or more) steps filter in a TOC ?
Thanks for your help and great job with TW5!
Regards
Vpl