HOw can I add a tag to multiple Tiddlers easily?

I have a bunch of shopping items as tiddlers and they are already tagged 
with "ShoppingItem", and they are my SamsClub shopping list.  Now that I've 
gotten that working nicely, I'd like to bring in a couple more stores.  So 
I need to tag all the ShoppingItem tiddlers with a SamsClub tag.

As a workaround, I have a tiddler with this code in it, to identify the 
ShoppingItems that do NOT yet have the SamsClub tag.  It makes it easy to 
open them, edit them, and then save them.  To this maybe we could make it 
open up the tiddler in edit mode?  That would make things somewhat quick, 
though not as quick as a bulk tagger.

<$list filter="[tag[ShoppingItem]!tag[SamsClub]]" variable="item">
  <$link to=<<item>> /><br>
</$list>


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4f8f91a0-7351-4bb9-8b7c-ea2a196e1671%40googlegroups.com.

Reply via email to