> Scene; Tiddlers have either the tag MyStuff or HerStuff or OurStuff > If I add a tag 'Private'... > ...whether I do this directly manually or via the smooth command [_ > (<tiddler.title>|Private)] (sorry, can't recall the name of this macro > (?) )...
http://www.TiddlyTools.com/#CheckboxPlugin > ...to a tiddler tagged 'MyStuff' then I would like this to induce > another tag; specifically 'Encrypt(foo)' (Note; the Encrypt(x) is a > 'tag-format' used in Mr. Pearces TiddlerEncryptionPlugin[1]) > ...BUT if the tiddler is instead tagged 'HerStuff' is should induce > Encrypt(bar) > and if the tiddler is tagged OurStuff it should induce Encrypt(foobar) Try this: http://www.TiddlyTools.com/#AutoTaggerPlugin Using the 'tag aliasing' feature, you can input a single tag in the tiddler editor and have it automatically replaced by one or more alternative tags when you press 'done'. For your example, you could write the following into [[AutoTaggerAliases]]: MyStuff(private)=MyStuff Private Encrypt(foo) HerStuff(private)=HerStuff Private Encrypt(bar) OurStuff(private)=OurStuff Private Encrypt(foobar) Note: AutoTagger is only invoked when using the tiddler editor... it doesn't know anything about checkboxes (or any other add-ons) that can be used to set/clear tag values. It might be possible to make CheckboxPlugin aware of the AutoTaggerAliases definitions and apply the same substitutions... hmm... let me think about that for a bit... 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 -~----------~----~----~----~------~----~------~--~---

