I forgot to say yesterday that while this didn't actually solve my issue, 
it was enough to lead me to a solution.

Thanks for posting!

  -- Scott

On Wednesday, January 11, 2023 at 11:25:33 PM UTC-5 [email protected] wrote:

> I think 99.9% of the time, what I share will never win any popularity 
> contest.
>
> "If nothing else, this line taught me a simple way to do something I'd 
> been missing."
>
> That right there is all it takes to make my day.  Rock'n roll !
>
> On Wednesday, January 11, 2023 at 11:38:09 PM UTC-4 [email protected] 
> wrote:
>
>> 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/a6ec7866-8288-44b9-be56-4a87cd116611n%40googlegroups.com.

Reply via email to