How do I sort a Table of Contents list in descending order?
If you mean the ToC macro, https://tiddlywiki.com/static/Table-of-Contents%20Macros.html offers two options of sorting children of a parent.
Perhaps something like
<<toc "Root" !sort[title]>>
See https://tiddlywiki.com/static/sort%20Operator.html and examples
So, thereβs no option to sort descending instead of ascending?
The β!β in front of the !sort[title]
filter operator indicates descending order.
1 Like