OK, I see. There are too many tiddlers in
tiddylwiki.com so, it hard to follow the steps / tags.
I'll record a short video later today.
I'll go with the
http://tiddlywiki.com/#TableOfContentsMacro example imo its easier to follow
The code:
<div class="tc-table-of-contents">
<<toc "Contents">>
</div>
The <div> is there, just for styling. So just use it.
<<toc "Contents">> is the macro call.
"Contents" is the "root tag"
So if you have a look at the tiddlers:
First, Second, Third and Fourth .. they are all tagged "Contents"
If you have a look at:
FirstOne, FirstTwo, FirstThree ... they are all tagged "First"
That's basically it. ... This creates the structure.
So if you want to have a subitem of "FirstOne" eg: "MyNewSubitem" .. just tag it "FirstOne"
hope that helps.
mario