The Problem with the TranscludeWidget
My “TranscludeWidget” documentation in the works.
The transclude macro in the works:
\define transclude(tiddler template)
<$tiddler tiddler={{{ [<currentTiddler>] [[$tiddler$]!is[blank]] +[last[]] }}}>
<$list variable="this" filter="[[$template$]is[blank]]">
<$transclude/>
</$list>
<$list variable="this" filter="[[$template$]!is[blank]]">
<$transclude tiddler="$template$"/>
</$list>
</$tiddler>
\end