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/84019b05-9d1c-44f8-9c4d-fe90e3b1ae94n%40googlegroups.com.

