I have wikify widget (kind of copied from Thomas):
<$wikify name="wikifyTest" text="<<currentTiddler>>/data">
snip
</$wikify>
<<tree prefix:"<<currentTiddler>>”>>
What's the best way of getting currentTiddler into the treee macro?best wishesAlex
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CALc1hYcwUBm2YvE3f5LVTNJqi8_dnQZFrz%2BqUBaP0V%3DGoSoB-g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
However, there is now another way that can be convenient:<$set name="wikifyTest" value={{{ [<currentTiddler>addsuffix[/data]] }}}>
\define xx(suffix)
$(currentTiddler)$$suffix$
\end
<$set name="wikifyTest" value=<<xx "/data">> >
<<wikifyTest>>
</$set>
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/457acb1a-0399-4cce-895e-cc393facee64%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CALc1hYfb1EKAOrLJCQUZsrC2hy6gc%2BYutR7iiBehKnOo6Je2Ew%40mail.gmail.com.
<Textual-substitution-with-a-macro.html>
"An alternative educational approach informed by cognitive flexibility is hypertext" -- https://en.wikipedia.org/wiki/Cognitive_flexibility
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CALc1hYfb1EKAOrLJCQUZsrC2hy6gc%2BYutR7iiBehKnOo6Je2Ew%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
<Textual-substitution-with-a-macro.html>
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/BE246B78-0184-4BF6-BA84-89C42FCB5621%40gmail.com.