> is there a way to replace all tags (let's say "Word1") of a TW (or > also only of a selected group of tiddlers) with another tag (let's say > "Word2")? > > I have tried it with a plugin (I can't figure or remember the name of > it) which installed itself in the backstage area as "Tweak" and where > one can select tiddlers e.g. bei existing tags. But when I go on > "modify values" and insert a tag at the "tags" field, and then trigger > the process, then it seems to delete ALL tags and then insert the new > "Word2"-tag.
I'm fairly certain you are referring to this plugin: http://www.TiddlyTools.com/#TiddlerTweakerPlugin and it *can* do what you want... but you have to be precise in how you get there: 1) Open TiddlerTweaker 2) Select all tiddlers tagged with "Word1": 2a) click on 'tags' command (upper right corner of listbox) 2b) Enter "Word1" in dialog box and press OK 3) Enable [x]tags checkbox in 'modify values' section 4) Enter "-Word1 +Word2" (without quotes) in the tags input field 5) Press "update tiddlers" button Note the "-" and "+" prefix on the tags you entered in step (4)... "-" means "remove this tag value" and "+" means "add this tag value". However... and this is important... any tag values that have neither symbol as prefix means "replace all the tags for this tiddler with the indicated value(s)". In step (2) you selected only those tiddlers that are already tagged with "Word1", and "-Word1 +Word2" means "remove Word1 and add Word2". Thus, when you update the tiddlers, all occurences of "Word1" are effectively replace with "Word2". QED. 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 -~----------~----~----~----~------~----~------~--~---

