Hi Bob,

Try either of...

\define .dlink-ex()
<a href="$(path)$$(file)$" class="tc-tiddlylink-external" 
target="_blank">goat</a>
\end

<$vars path={{!!path}} file={{!!file}}>
<<.dlink-ex>>
</$vars>

or...

\define .dlink-ex(path, file)
<a href="$path$$file$" class="tc-tiddlylink-external" 
target="_blank">goat</a>
\end

<$macrocall $name=".dlink-ex" path={{!!path}} file={{!!file}} />
Best wishes,

— tb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/889f9f4b-12a3-4543-9f3f-0c64291f13b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to