On Wednesday, July 15, 2015 at 3:33:09 AM UTC-7, Jeremy Ruston wrote:
>
> I think the simplest solution may be this:
> <$list filter="[is[current]tag[cchTask]]">
> {{||cchTaskStatusButtons}}
> </$list>
> The double pipe causes the tiddler to be transcluded as a template ie with 
> the current tiddler unchanged.
>

The difficulty here is that, in the transcluded tiddler, there is another 
$list widget that loops through tiddlers tagged as "statusType"and within 
that widget there are references to the {{!!title}} and {{!!text}} of those 
matched tiddlers, as well as a reference to the "cchtaskstatus" field in 
the *transcluding* tiddler.

To get the results Henry wants, I think that *both* changes are needed:
   * first, use "||" in the transcluding tiddler so that the current 
tiddler value is unchanged
   * then, in the transcluded tiddler, preserve the current tiddler value 
before the $list widget so that value can still be used inside the $list to 
refer to the target tiddler for the radio button.

-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/f38fb106-ce3b-4955-b099-105633de12a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to