What evolena described is very similar to what is exposed on substories on TW.com
http://tiddlywiki.com/#Creating%20SubStories Did you clicked on the link at the bottom? It opens the HelloThere tiddler as it was a section of the Creating Substories tiddler. You can put a list widget at the top that creates links to all the sections (actually tiddlers) that will be opened as part of the current tiddler. Try this at tw.com <$navigator story="MySubStory" history="MySubHistory"> <$list filter="[tag[TableOfContents]]"> *<$link>{{!!title}}</$link> </$list> <$list filter="[list[MySubStory]]" history="MySubHistory"> <div> ! <$button message="tm-close-tiddler" class="tc-btn-invisible">{{$:/core/images/close-button}}</$button> <$view field="title"/> <$transclude/> </div> </$list> </$navigator> Does not looks like a toc? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

