My sincerest thanks Mr.Shulman, but it doesn't work. Maybe I'm doing
something wrong;

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'? Does it mean all existing tiddlers tagged 'MyStuff'
that get a new tag 'private'? If 'yes', would this typical scenario
work then; I create a tiddler and tag it with both MyStuff and Private
simultaneously upon creation. I.e would these tags be converted into
Encrypt(foo)?
(Actually - I just realized they should become tagged with Encrypt
(foo) but also MyStuffEncrypted so that I can easily find what was all
MyStuff).


>Note: AutoTagger is only invoked when using the tiddler editor..

This means the editor where the MyStuff (HerStuff, OurStuff) is,
right? Or do you mean the AutoTaggerAliases tiddler? (If it is the
latter, then I cannot practically use this solution).


I'm thinking maybe I can use a foreEachTiddler macro, but I'm unsure
of how how to command insertion of new tags and elimination of old
ones;

<<forEachTiddler
 where
 '!tiddler.tags.containsAll(["MyStuff","Private"])'
 write
 'tiddler.tags....

...I dunno?


/Mat
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to