I have a collection of tiddlers, some of which have a field with an alphanumeric number, some have that field empty. Right now I have a list that collects the numbers and the corresponding tiddler titles below each number. This is the script/macro:
<$list filter="[all[tiddlers]each[number]sortan[number]get[number]]" variable=value > __<<value>>__<br> <$list filter='[all[tiddlers]number<value>sort[]]'> </$list> </$list> What I would like is the inverse: I want the tiddler titles (sorted alphabetically) and the numbers for each below. I don't want to see tiddlers which have an empty number field. So, I tried this: <div class="tc-table-of-contents"> <<toc-selective-expandable "title" sort[]>> </div> <$list filter="[all[tiddlers]each[number]sortan[number]get[number]]" variable=value > __<<value>>__<br> <$list filter='[all[tiddlers]number<value>sort[]]'> </$list> </$list> But that does not do it, in fact the toc section is ignored. What am I doing wrong? -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/M6FzMvm--3-2%40tutamail.com.

