I tried 

Tiddler Title: linktest
Tiddler content:

\define join3(l, m, r)
$l$$m$$r$
\end
\define new_link()
<$link to=<<join3 "Comment for '" {{!!title}} "'">>><<join3 "Comment for '" 
{{!!title}} "'">></$link>
\end

<<new_link>>

But what I get is the text

Comment for 'linktest'

but the link itself goest to 

Comment for '{{!!title}}'

So why is {{!!title}} not resolved there?

Or how could I get a correct link?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to