> I'm trying to retag a lot (+200) of tiddlers for which im using > TiddlerTweakerPlugin. My problem is that I want to give some tiddlers > mulitple tags i.e give them an extra using the plugin without losing > the original. > tiddlerA, tagged x and tagged y > tiddlerB, tagged z > should both be tagged C but without losing their original tags (x,y,z)
You can do this using TiddlerTweaker! * tags with a leading + are added to existing tags * tags with a leading - are removed from existing tags * tags without either + or - *replace* existing tags Thus, to add only tag C, simply enter: "+C" into the tags input field. Note: you can add/remove multiple tags at once (e.g., "+A +B -C -D +E"). However, you should take care to ensure that *every* tag has either a + or - prefix... any tags that lack a prefix will *replace* all existing tags. 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 -~----------~----~----~----~------~----~------~--~---

