Yes, it is expected. It is one of the ways of indirectly referring to
other tiddlers. An example would be creating a tiddler named 'FAQ' and
then tagging all those questions with FAQ.
A simple way to bypass this would be to name the tiddler 'FAQs' which
would not show all the tiddlers tagged FAQ.

Another way hides the tagging on all tiddlers. Open the ViewTemplate
and find were it says
<div class='tagging' macro='tagging'></div>
and turn it into:
<!--<div class='tagging' macro='tagging'></div>-->

If you are using one of the MonkeyPirate versions you will have to
find the line that says:
<div class="tagglyTagging" macro="tagglyTagging"></div>
which would be located in the MptwTheme tiddler

Ken Girard

On Dec 27, 8:45 am, eric <[email protected]> wrote:
> I have a tiddlywiki on tiddlyspot (both awesome, thanks to all
> involved in creating these tools), and notice the following:
>
> If the name of the tiddler is also a tag I have added to various
> tiddlers, the tagging macro is activated, creating a list of tiddlers
> with that tag in the tiddler with the same name.
>
> I have two questions about this:
>
> 1) Is that expected behavior?
> 2) Can I prevent the tagging macro from being called in this context?
>
> Thanks again,
> Eric
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to