> I had an idea for a plugin that, as far as I can tell, doesn't exist: > > I'd love to see a plugin, similar to a wordmap, where each tiddler is > represented by an entry in the map, with lines drawn connecting map > elements (tiddlers) that link to each other.
There are several "mind map" style plugins that render links, tags, etc. using a "cloud of text connected by rubber lines"... here's one, HyperTiddlyWIki, by Dawn Ahukanna: http://dahukanna.net/wiki/tiddlywiki.htm There's some others as well.... you might try searching for "TiddlyWiki" and "Mind Map" or "Hypergraph"... There's also a recursive link-walking "tree" that you can generate with my plugin: http://www.TiddlyTools.com/#RelatedTiddlersPlugin Although it's not a 'hypergraph' display, the tree view does enable you to visualize the links (and transclusion references) between tiddlers, starting from any arbitrary tiddler you choose. Usage: <<relatedTiddlers>> - displays a form from which you can pick a 'root' tiddler to view the tree from that starting point. <<relatedTiddlers here>> - same as above, but starting from the current tiddler (the one in which the macro is embedded) <<relatedTiddlers TiddlerName>> - same as above, but starting from a specific, named tiddler enjoy, -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.

