I have a number of tiddlers that list info for me. Some of those lists are becoming long, which means a lot scrolling. Is there a way to split a list up in several columns in Read mode?
Here are 2 typical pieces of code/script: ``` <$list filter="[all[tiddlers]each[number]sort[number]get[number]]" variable=value > __<<value>>__<br> <$list filter='[all[tiddlers]number<value>sort[]]'> </$list> </$list> ``` and ``` <div class="tc-table-of-contents"> <<toc-selective-expandable "xtag" sort[title]>> </div> ``` -- 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/M63pKbx--3-2%40tutamail.com.

