I did save them later and they’re not appearing, its open so you can see.
In the “Contents” tiddler, it looks like there is a misspelling of the macro name. You wrote toc-selective-expendable
, but it should be toc-selective-expandable
. Also, to apply the correct formatting to the toc
output you need to enclose the macro inside a DIV with class=“tc-table-of-contents”, like this:
<div class="tc-table-of-contents">
<<toc-selective-expandable 'Contents' sort[title]>>
</div>
enjoy,
-e
1 Like