You could just use something like this: 
[[TiddlerName]] {{TiddlerName}}

If you want something fancier you could use this:

\define LinkAndTransclude(tiddler)
<$link to="""$tiddler$""">Whatever you want here</$link>

<$transclude tiddler="""$tiddler$""" mode=block/>
\end

You can change the text 'Whatever you want here' to whatever you want to 
show up as the link to the transcluded tiddler. Using $tiddler$ will use 
the tiddlers title. If you put this in a tiddler and then tag that tiddler 
with $:/tags/Macro than anywhere on your wiki you can put

<<LinkAndTransclude SomeTiddler>> which will make a link to SomeTiddler and 
transclude it.

-- 
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/008fa9a3-7b9b-405b-af70-9a6b2945cf5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to