That's it! Perfect, thank you.

I made a macro as follows:
\define LinkAndTransclude(tiddler)
<$link to="""$tiddler$""">e</$link><$transclude tiddler="""$tiddler$""" 
mode=block/>
\end

To call the macro: <<LinkAndTransclude "Tiddler to be used">> (include 
quotes for titles with spaces)

Just click the 'e' to edit the tiddler.


On Tuesday, December 8, 2015 at 4:35:56 PM UTC+4, Jed Carty wrote:
>
> 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/d18a14d6-ba4e-4c92-b6ee-9a2156a0d12b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to