> So am I to assume that somewhere in my tiddler I just type
> tag=MyTagName and it will find that tag?
That is not correct... you don't use any 'special' syntax in the
tiddler text... just type the tag value into your normal content.
Here's how it works:
First, create a tiddler that is tagged -- by using the normal TAG
entry field in the tiddler editor -- with "MyTagName" (so that tag
will exist in your document)
Next, create another tiddler. In the TEXT field of this tiddler, put
a sentence, such as:
---------
This sentence contains the text MyTagName, which has already been used
as a tag in this document
---------
Then, in the TAG input field of this tiddler, enter "auto". This is a
special keyword used by the plugin: when you press the 'done' button,
the presence of that tag value tells the AutoTaggerPlugin to scan the
tiddler body for any text that matches with existing tags (e.g.,
"MyTagName"), and automatically add those tags to the tiddler.
Please refer to the plugin docs for configuration options and
additional information.
HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios