I'm not positive, but it looks as though this will fix something that 
stymied me for the last hour of my workday today.

I'll test it tomorrow.

If nothing else, this line taught me a simple way to do something I'd been 
missing.

>  <$tiddler tiddler={{{ [<currentTiddler>] [[$tiddler$]!is[blank]] 
+[last[]]  }}}>

Thanks!


On Wednesday, January 11, 2023 at 6:37:51 PM UTC-5 [email protected] 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/27bbf2b5-2fd9-4c63-a628-59430c5abf9cn%40googlegroups.com.

Reply via email to