> I don't think I understand what you are achieving here. Can you explain a
> little?
>
> Simon.
>

The way TagglyTaggingPlugin remembers the settings is by creating a
tiddler for each tag or tag expression. Suppose I have a macro call

<<tagglyTagging expr:'tool&&!excludeTaggly'>>

The macro generates a list and a menu. If I change grouping or order
of the list using the provided menu, I will have created a tiddler
called

tool&&!excludeTaggly

I don't want to see that tiddler anywhere so I am adding excludeXxx
tags to it after it has just been created (changecount==1). I am also
checking that there are no tiddlers tagged by this one, because I
don't want to hide the tiddler if it's also a tag (which would be an
unlikely case for an expression, but very likely for a single tag,
e.g. <<tagglyTagging tool>>). Finally, I categorize the tiddler as
tagglyExpression, just because I like to.

-- R
--~--~---------~--~----~------------~-------~--~----~
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