Has there been any development on this? I too would like to have a table of contents at the top of a tiddler to reflect the headings inside the tiddler. Making multiple sub-tiddlers would work, but isn't always what I want to do. Creating multiple sub-tiddlers takes a lot more time than creating headings, and is not really what I want for quick note-taking.
On Wednesday, January 22, 2014 6:31:31 AM UTC-8, Marcel Kaczala wrote: > > Thank you for yours help, I understood the topic of tags and list field > but I was looking for an easy and simple method for structure the content. > Something simple like in Dokuwiki as it takes the headings and build the > TOC. > > > > Em quarta-feira, 22 de janeiro de 2014 08h07min25s UTC-2, PMario escreveu: >> >> On Tuesday, January 21, 2014 8:13:26 PM UTC+1, Marcel Kaczala wrote: >>> >>> 2) To create a tag like a title for the topic and goes creating small >>> tiddlers for the tag? With the time it'll be there tons of tags... >>> >> >> Too many visible "system" tags, was one of TWclassic's biggest problems. >> ... There are "two" kinds of tags. >> - tags that should be visible for the "end user" >> - tags that are needed to get structure into the TW app >> >> For the "tw5 system" tiddlers Jeremy used "kind of a namespace" for >> tiddler names. >> eg: >> $:/core/images >> <http://tiddlywiki.com/#%24%3A%2Fcore%2Fimages%2Fclose-button> .. is >> used for buttons >> $:/core/modules/ >> <http://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fparsers%2Fwikiparser%2Frules%2Fhtml.js> >> >> .. is used for "plugins" and so on. You can see them in the right sidebar >> "More: System" and "More: Shadow" >> >> So it would be possible to *create a tag* named: "main/story" for eg the >> main storyline >> >> main/story is used to tag "chapter tags". So a basic structure may look >> like this: >> >> chapter/Intro .. is tagged main/story >> chapter/part-1 .. is tagged main/story >> chapter/part-2 .. is tagged main/story >> >> ... all the above are just "tag tiddlers" >> >> Now ... the "visible" content >> >> content tiddler "topic-a" .. is tagged chapter/Intro >> content tiddler "topic-b" .. is tagged chapter/Intro >> >> .... >> >> As you found out, there are a lot of "tag tiddlers" that may confuse "the >> user". >> >> That's why it is possible to "hide" some tags from lists. ... just by >> prefixing them with a $:/ which defines them as "system tiddlers" >> >> So your tag "main/story" can be "$:/main/story" ..... If you test this >> name, you'll find out, that this tag is somewhere in the middle of an >> allready long list of system tiddlers. So I'd suggest to start "user - >> system - tiddlers" with an underline "_" >> >> So your system tag "$:/main/story" can be "$:/_main/story" .... It will >> be on the top of the list :) see: right sidebar: "More: System" >> >> So the whole structure would be like this >> >> $:/_main/story >> $:/_chapter/Intro >> $:/_chapter/part-1 >> $:/_chapter/part-2 >> >> "topic-a" is tagged $:/_chapter/Intro >> "topic-b" is tagged $:/_chapter/Intro >> >> "topic-c" is tagged $:/_chapter/part-1 >> "topic-d" is tagged $:/_chapter/part-1 >> >> and so on. The only tiddlers, that are visible are topic-a, -b, -c ... >> >> Since the new <:list ..> widget is much more powerfull than <<list >> filter..>> from TWc you can do some amazing stuff now. See Stephans >> tw5magic page. >> >> TW5 tag tiddlers have a "list" field. This list field can be used to >> define the "list order". So it is possible to have user defined lists. >> There is no UI at the moment but it is planned to have some "drag and drop" >> type UI to define a "story order". >> >> With the described system it is possible to "combine" a lot of small >> tiddlers into a big tiddler >> see: http://tiddlywiki.com/static/ReleaseHistory >> >> If you have a loot at http://tiddlywiki.com search for "ReleaseHistory" >> and view the code. .... >> >> or visit: the http://tiddlywiki.com/static/Docs tiddler >> and view the source at: http://tiddlywiki.com .. search for "Docs" >> >> hope that helps >> have fun! >> mario >> >> >> -- 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.

