Hello, Firstly, I want to say that I love TW5! Thank you! I'm looking for some help to write some Add/Remove buttons for batch processing tags. I started using TW5 to manage inventory lists for trips. I create a single tiddler to represent a single item in a list (e.g. "Skiis"). Using tags, I add each item to different lists (e.g. me, my wife, and daughter). I also manage state using tags (e.g. "is-staged-<person name>"). Then, I use tag queries to build individual lists for people or add things to a central shopping list. So far things are working great.
Here's where I would like some help. I would like to host this list on something like the RedHat OpenShift cloud service so that I can edit from anywhere and bring my up-to-date shopping list with me. Currently, I'm creating copies of the file-based wiki to reset its tag state and moving things around via Dropbox. This is a clunky solution. Instead, I would like to use something like a drop down combo box filled with the set of tags and I would like to select tags to either batch add/remove to a set of tiddlers selected from a tag query. Here is my first attempt to rough out this functionality: <$fieldmangler tiddler="Test Button"> <$set name="currentTiddler" value="SampleAlert"> <$button message="tm-add-tag" param="Hi-there">Add Tag</$button> </$set> </$fieldmangler> <$fieldmangler tiddler="Test Button"> <$set name="currentTiddler" value="SampleAlert"> <$button message="tm-remove-tag" param="Hi-there">Remove Tag</$button> </$set> </$fieldmangler> Any help is much appreciated. Thank you, TJ -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c95a57d6-2e7b-4595-a24e-d0b43e135bf3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

