> Further I believe ListRelatedPlugin could be really useful for > creating side maps: > > http://svn.tiddlywiki.org/Trunk/contributors/JeremyRuston/plugins/Lis...
Try this: http://www.TiddlyTools.com/#RelatedTiddlersPlugin Recursively walks the 'links' information in each tiddler and generates a "minimal spanning tree" from any given starting tiddler. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios > > BreadcrumbsPlugin, which is highly adaptable, would fit this bill > > Looking at the code it almost seems it's supposed to work like I want, > > but something throws it off. I'll have to spend a while going through > > the code more... Actually, BreadcrumbsPlugin doesn't operate on a 'hierarchy' of tiddlers. Rather, it keeps track of which tiddlers have been viewed using a single 'flat list'. Viewing a tiddler always adds it to the *end* of this "trail of breadcrumbs", and any given title will only appear once in the list regardless of how many times it has been viewed or which tiddler links were used to access it. Thus, when you re-visit a previously viewed tiddler, the corresponding breadcrumb is *moved* to the end of the list. HTH, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

