> "<<tiddler ShowSimilarTiddlers with: TiddlerName limit>>
> <script>...</script>"

The <<tiddler>> macro will 'transclude' the script contained in
ShowSimilarTiddlers.
You should *not* have to copy/paste the script into each tiddler.

Also, to default to the *current* tiddler while specifying a limit,
enter something like:
   <<tiddler ShowSimilarTiddlers with: "" 2>>
   (e.g., use blank text, "", for the TiddlerName value)
or
   <span macro='tiddler ShowSimilarTiddlers with: "" 2'></span>

> here I made a misspelling, which might made things unclear; actually
> it is the "+" sign, which I use in tags. as the report of the macro
> spells out what tags are shared (which is great!!!), whereever it
> reports – e.g. – the tag "+++", the report list is broken and the "+"
> is interpreted like the "read more" function, i.e. the list of similar
> tiddlers is folded...
> - to get this circumvented would be difine; though if it´s not
> possible i would have to dump the use of "+" as tags, which is also an
> option...

The +++ sequence is defined by NestedSlidersPlugin and is widely-used
in many TiddlyWiki documents.  I strongly recommend not using that
sequence as a tag value!  Nonetheless, I've updated the script so that
the tag values will no longer be 'wikified' and will be displayed as a
plain comma-separated list of simple text items, regardless of any
embedded wiki syntax that might be contained within the tag values.

Get the update (v1.1.1) here:
   http://www.TiddlyTools.com/#ShowSimilarTiddlers

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

Reply via email to