> I downloaded ATP, checked the autoaliases configuration box and filled > in the name AutoTaggerAliases, which I then created as a tiddler > wherein I put the code you suggested... but nothing happens, also not > after save+reload. > > Or maybe I don't quite understand the syntax you suggest; > > >MyStuff(private)=MyStuff Private Encrypt(foo) > - what is "MyStuff(private)" actually? Why do you write 'private' and > not 'Private'?
The above syntax means that, if you enter "MyStuff(private)" as a single tag, it will be converted into three tags, "MyStuff", "Private", and "Encrypt(foo)". The different capitalization of "private" vs. "Private" was unintentional: you can use any capitalization you want... if your input *exactly* matches the tag alias, the substitutions will be applied. > Does it mean all existing tiddlers tagged 'MyStuff' that get a new tag > 'private'? Existing tiddlers are not altered automatically until you press 'done' after editing them. > >Note: AutoTagger is only invoked when using the tiddler editor.. > > This means the editor where the MyStuff (HerStuff, OurStuff) is, > right? Right. You edit a tiddler, enter tags and press 'done'. This invokes AutoTagger, which processes the tags you just entered, finds any matches in the AutoTaggerAliases list and does the replacement. Then the tiddler saved into the internal 'tiddler store' as usual. Thus, if I enter A B C as tags on tiddler [[FooBar]], and AutoTaggerAliases says: A=Yabba Dabba C=C Doo then the resulting tags on [[Foobar]] will be: Yabba Dabba B C Doo 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 -~----------~----~----~----~------~----~------~--~---

