After some nicking and help[1], here's a thing that renders a top
level menu for Mastertopics, and next to each item is also a little +,
to easily create a subtopic automatically tagged with MasterTopic. On
the sublevels it uses (and requires installing) Mr.Bairds
TagglyTaggingPlugin[2]. That can be set to e.g be in "sitemap" mode,
thereby listing subtopics in a tree structure.
It also requires Mr.Shulmans NestedSlidersPlugin[3]

<<forEachTiddler
 where
 'tiddler.tags.containsAll(["MasterTopic1"])'
 write
 '"[["+tiddler.title+"]] <<newSavedTiddler title:[[new]] label:[[+]]
tag:[["+tiddler.title+"]]$)) +++[>][<] <<tagglyTagging
[["+tiddler.title+"]]$))===\n\n"'
>>

Drawbacks, as far as I can tell;

TagglyTaggin was (of course) not intentionally designed for this,
therefore;
1)  e.g the sitemap mode is reset every time you open the tiddler
containing the above code. I assume this is a minor problem after a
while, as the mastertopics have been decided on.
2) there is a 'heading' reading "Tagged as 'tag'" above the rendered
tagglylist, taking up real estate
(3 - TagglyTagging has several 'settings' but it is difficult to get
an overview of them.)

I

[1] directly or indirectly; Mr.Borkowski, Mr. Baird, Mr.Shulman
[2] http://mptw.tiddlyspot.com/#TagglyTaggingPlugin
[3] http://www.TiddlyTools.com/#NestedSlidersPlugin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to