On Jun 29, 7:03 am, HansBKK <[email protected]> wrote:
Put those 2 into a tiddler eg:
[[Test]]
<<matchTags " • [[%0]]" "\n" {{tiddler.title}}>>
<<matchTags " • [[%0]]" "\n"
{{story.findContainingTiddler(place).getAttribute ('tiddler');}}>>
create a new one:
[[Master]]
<<tiddler Test with: {{tiddler.title}}>>
which should use "[[Master]]" instead of [[%0]] since %0 is replaced
with the first "with: param0 param1 parm2"
%1 .. param1
%2 .. param2 .. and so on
hope this helps.
-m
--
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.