> > I very much like your MatchTagsPlugin. It's great to filter tiddlers > > by several tags. > > It would be very useful if the result tiddler would be tagged as > > "story" since the auto-open mechanism for stories could then be used.
> Nonetheless, if there is a widespread call for adding auto-tagging to > the MatchTagsPlugin report generator (i.e., more than just one or two > people), then I will consider it. After some further thought, and a bit of looking into the code, I decided to go ahead and add auto-tagging. The plugin now defines an internal setting for the tags to add to the output tiddler: config.macros.matchTags.defTags=""; The initial value is blank, so that by default, no tags are added. Also note that this setting is *not* stored as a TW option cookie. In order to change this value, you should create a separate [[MatchTagsPluginConfig]] tiddler, tagged with 'systemConfig', containing your own version of the above line, e.g.: config.macros.matchTags.defTags="story"; In addition to the above setting, the form shown by <<matchTags panel ...>> now also includes an input field to enter a list of "target tidder tags". To apply multiple tags, use a space-separated list, with brackets around tags containing spaces. Get the update (v2.0.1) here: http://www.TiddlyTools.com/#MatchTagsPlugin enjoy, -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

