Re: [twdev] [TW5] How to render widgets programmatically?

2014-11-18 Thread Jeremy Ruston
Hi Felix Glad you've got things working. You didn't say anything wrong, it's great to have your commentary on what you're doing and I'm sure other people are finding it useful as well. Best wishes On Tue, Nov 18, 2014 at 9:49 AM, Felix Küppers felixkuepp...@hotmail.de wrote: Hi Jeremy,

[twdev] [TW5] How to render widgets programmatically?

2014-11-17 Thread Felix Küppers
Hi, Say I have a tiddler T1 with a widget A that uses the transcluded content of a tiddler T2 as its body. T1 looks like $A{T2}/$A T2 looks e.g. like this blabla $list filter=[tag[hi]]/$list $button message=somemessage param=helloclickbutton/$button bla Widget A is now the parent of the

Re: [twdev] [TW5] How to render widgets programmatically?

2014-11-17 Thread Jeremy Ruston
Hi Felix I can only reply briefly now, but I think the transclude widget is pretty close to what you're after. You could either take the transclude widget as a starting point and create a custom variant, or you may be able to generate the transclude widget as the output of your widget (the