Hi Dave I've added a couple of simple table of contents macro to the core that show how to solve the problem you've encountered. See the `toc-expandable` macro:
https://github.com/Jermolene/TiddlyWiki5/commit/8cf726275c19ed5b4a0ed1cf8354d64d1bc29da5 The trick is to use an inner macro that includes the title of the current tiddler into the qualified state tiddler root. Without the inner macro the "currentTiddler" variable would inherit the value from the caller of the outer `toc-expandable` macro. Best wishes Jeremy On Mon, Aug 18, 2014 at 6:53 PM, David Gifford <[email protected]> wrote: > Leave it to me to come with ideas on Saturday morning...hey guys now that > it is Monday, maybe some of you could look at this question of mine in my > previous post on this thread...if I get it answered, at least there will be > a way to create tree menus in TW5, something similar to > tagglytagging...Blessings to you all > > Dave > > -- > 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. > -- Jeremy Ruston mailto:[email protected] -- 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.

