Hi Eric,
 

> The $list widget is being used to get the names of the buttons to 
> transclude into the currentTiddler context.  However, when the $list widget 
> is processed, the currentTiddler *within* the widget content is a "button 
> tiddler", not the tiddler in which the $list is embedded.  To achieve the 
> proper results, we need to keep the currentTiddler context unchanged within 
> the $list, and use a different list variable to get the *template* name 
> used to construct the {{||template}} transclusion syntax.
>

Thanks for clarifying, I didn't get the actual goal of it all.

Yes, a list variable should do the trick.

<$list filter="[get[those_buttons]]" variable="button">
<$transclude tiddler=<<button>/>
</$list>

Best wishes,

Tobias.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e43b1ae2-3f1c-4429-b83f-1c72a98fd503%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to