Hello again,
I’m scratching my head here trying to understand something a couple of days:
My ToC on the sidebar under “contents” would launch with the contents of whtever tiddler containing ToC besides the main ToC open.
So for example, we have A B C and D. pretend each letter has a sub topic, so A has A1 and A2, B has B1 and B2 and so on.
Under my contents tab at the sidebar, as long as I have only one ToC, at the side bar, it will look like this:
- A
- B
- C
- D
If I add ToC to C which contains C1 and C2 with the same code:
<div class="tc-table-of-contents">
<<toc-selective-expandable 'C'>>
</div>
Every time I launch the wiki now, it will show like this:
- A
- B
- C
- C1
- C2
- D
Why is that? This shows up regardless if I open C1 and C2 or not.
I recently added a FAQ page under my main “Start Here” Page, and this page too always shows up under its parent, “Start Here”. I don’t understand why. I tried different browsers and cleared the cache, this doesn’t make sense to me…?
you can find my wiki at The Art of Not Asking How — Tech Voyages and Beyond