So, I have a tagged setup like this:
Main Topic
- Sub-topic 1
-- ST Heading
---- entry 1
---- entry 2
---- entry 3
---- entry 4
-- ST Heading
---- reference a
-- ST Heading
---- reference b
---- reference c
The "main topic" tiddler's body is currently just a simple <<toc>> macro, and in general, this works great. It's also a sidebar tab, so I usually will have that open and click on a ST Heading then "create new tiddler here" when I want to add a new entry. (This is important!)
However, I'm adding about three new entries to one of the Sub-Topic Headings every week so that particular section of the toc will be extremely long eventually. What I want is to have a table of contents that looks like this:
Main Topic
- Sub-topic 1
-> ST Heading
-- ST Heading
---- reference a
-- ST Heading
---- reference b
---- reference c
So that only the sub-topic with the entries is expandable (& collapsed by default), and I can continue to click on it and the other sub-topic headings directly.
toc-expandable doesn't work for me because it makes everything expandable and that is an impediment to the "click on sub-topic heading, make new tiddler here" workflow.
Any thoughts or suggestions on how to do this?