On Tuesday, April 12, 2016 at 11:11:08 AM UTC-7, Scott Mead wrote: > > Hey all, > I frequently write technical documentation, a lot of times to be > consumed by others. I've really come to love Markdown for this task and I > rely heavily on click-able TOC's that are auto-updated based on my headings: > > H1 > H2 > H3 > H1 > H2 > H1 > > I've gotten a lot of traction with the tag-based TOC lately, but, it's a > lot of overhead for what I'm trying to do. Is it possible to create a TOC > within a single tiddler so that I can click the link and be taken to that > section? >
TW5 does not have the concept of addressable "sections" of a tiddler. Thus there is no support for defining a link that "takes you to a section" of a tiddler, nor is there the ability to automatically scroll to a location within a rendered tiddler. While you can create large tiddlers with entire "documents" in each, that's not the way that TiddlyWiki is intended to work. Rather, tiddlers are supposed to be the *smallest* effective units of information... i.e., a few paragraphs of text, an embedded image, or even just a single word value... depending on the use case. Larger blocks of information are then assembled from the small pieces, using transclusion, macros, list widgets, etc. The <<toc>> macro is an example of a macro that works in this way. -e -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/71c6f447-43ef-4bcc-86be-21046d8b97a4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

