Sorry for bumping, but I've developed my content to the point where being 
able to do this "automagically" would save me perhaps hundreds of repetitive 
typing hours, not to mention later maintenance. I have looked through some 
of the past discussions on "self-weaving" here, but didn't find (or maybe 
don't know enough to recognize) specific examples.

To give a perhaps simpler illustration of what I'm after:

I have a taggly tiddler for a glossary term called [[Curiosity]]. After a 
bit of text, I'd like a tabset below, containing
1. other glossary terms tagged with [[Curiosity]] 
2. other tiddlers (not glossary terms) tagged with [[Curiosity]]
3. a list of tiddlers referencing [[Curiosity]] 

The first two use MatchTags<http://www.tiddlytools.com/#MatchTagsPluginInfo>, 
the third uses 
ShowReferencesPlugin<http://www.tiddlytools.com/#ShowReferencesPlugin>. 
With the latter, no problem "automating" it, the default argument is 
"current tiddler" - but with MatchTags, I currently need to manually type 
in:

<<matchTags " • [[%0]]" "\n" .notTag AND NOT .menu AND *Curiosity*>>

What I'd like to do is have a variable of some sort substitute "current 
tiddler" for the text in the last parameter.

Is that possible?

And then ideally put the whole shebang into a ViewTemplate, using either 
HideWhen 
<http://mptw.tiddlyspot.com/#HideWhenPlugin>or 
TaggedTemplateTweak<http://www.TiddlyTools.com/#TaggedTemplateTweak>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/UM936-Ldq-4J.
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