Link to this Google Group conversation <https://groups.google.com/g/tiddlywiki/c/uyxFAslpFfI>.
On Wednesday, January 11, 2023 at 7:37:51 PM UTC-4 Charlie Veniot wrote: > The Problem with the TranscludeWidget > <https://tiddlywiki-programming.neocities.org/Charlie_TwDocumentation#The%20Problem%20with%20the%20TranscludeWidget> > > My "TranscludeWidget" documentation in the works > <https://tiddlywiki-programming.neocities.org/Charlie_TwDocumentation#TranscludeWidget> > . > > 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 > ``` > -- 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/e679ba8c-28ff-4ce7-bb4a-cff02a302c37n%40googlegroups.com.

