I freely admit that I don't know if core TiddlyWiki can already do this, but my searches for such a thing didn't find anything. If it's not available in the core or in plugins, then I will attempt writing such a plugin, but would appreciate any assistance in that endeavor.
Currently if you have one or more tiddlers which use the exact string "foo" as one of their tags, and you open a tiddler whose title is the exact string "foo", a small box appears in the display of tiddler "foo", showing the titles of all tiddlers which have "foo" as one of their tags. What I would find very useful is if there was some way to implement globbing ( http://en.wikipedia.org/wiki/Glob_%28programming%29 ) in the matching process so that matches between tiddler titles and tags would not have to be EXACT. For instance, a tiddler titled "reports- march-*" might match all tiddlers with a tag that starts with "reports- march-", like ""reports-march-03" and ""reports-march-09". 1) Is this functionality already present in the TiddlyWiki core? 2) If so, where can I find the details and how can we make it easier for others to find? 3) If it's not in the core but it is available through a plugin, what plugin? Where can I find the details and how can we make it easier for others to find? 4) If it's not available in the core or in any currently written plugin... 4a) Where in the code is the tiddler-tag matching done? Are there any widely-used plugins that hijack those functions that have to be accounted for? 4b) What syntax is recommended for the globbing? Are there any widely- used plugins that already assign special meanings to particular characters or character patterns in tiddler titles? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/TiddlyWikiDev?hl=en -~----------~----~----~----~------~----~------~--~---
