> > Is there a way to tweak Clint's TagCloud plugin or the TiddlyTagCloud
> > plugin so that it works with links instead of tags?
TagCloudPlugin has been enhanced to allow the 'cloud rendering' logic
to be applied to other kinds of 'popularity-based' information: in
addition to the current <<tagCloud ...>> macro, the plugin now defines
a more generalized <<cloud type ...>> macro, where 'type' is one of:
'tags' (default), 'links', or 'references'.
When 'tags' is specified (or the 'type' param is omitted), the usual
'tag cloud' is rendered, displaying *tag values* with TW-standard tag
popups. Alternatively, when 'links' or 'references' is specified, the
cloud displays items that are *tiddler titles*, each with a plugin-
generated popup containing a list of tiddlers that are linked from (or
to) that tiddler.
Get the latest update (v1.5.0) here:
http://www.TiddlyTools.com/#TagCloudPlugin
enjoy,