Re: [twdev] Re: List of radio buttons that change a field in the base tiddler

2015-07-15 Thread Eric Shulman
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

Re: [twdev] Re: List of radio buttons that change a field in the base tiddler

2015-07-15 Thread Jeremy Ruston
Hi Tom 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. Best wishes Jeremy. On Tue, Jul 14, 2015 at 11:38 PM, Eric

Re: [twdev] Re: What does the vertical pipe do in a transclusion?

2015-07-15 Thread Jeremy Ruston
Hi Tom Also see the docs on tw.com: http://tiddlywiki.com/#Transclusion%20in%20WikiText Best wishes Jeremy. On Tue, Jul 14, 2015 at 11:54 PM, Eric Shulman elsdes...@gmail.com wrote: On Tuesday, July 14, 2015 at 1:16:56 PM UTC-7, Henry Padilla wrote: I have a $select list and it is