Si,
> Do you think it would be helpful if a shorthand like {{Tiddler to link
> to||MyTemplate!!template}} worked? Maybe I should make a feature request?
>
Perhaps but I have a faded memory in relation to this, there may be a
reason why not.
See my documentation
here https://anthonymuscio.github.io/index.html#Standard%20Nomenclature
I have being looking for {{tiddler|whats here?|template}}
Not valid for transclusions
5. {{||tiddlername!!caption}} as it asks for the field caption in
tiddlername, but insists on using the currentTiddler.
. Below are some *untested possibilities*
My template could contain {{MyTemplate!!template}}
thus {{Tiddler to link to||MyTemplate}} will produce the same result.
Or use filters and the filtered transclusions
<$tiddler tiddler="Tiddler to link to" >
{{{ [{MyTemplate!!template}] }}}
</$tiddler>
Or use the long form
<$tiddler tiddler="Tiddler to link to" >
<$transclude tiddler=MyTemplate field=template />
</$tiddler>
Regards
Tones
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/bb368a0d-b333-40e2-b4af-a547ea0e6db1n%40googlegroups.com.