[tw] Re: [TW5] Q: Passing transcluded field of a variable tiddler as value to ActionSetFieldWidget

2015-06-23 Thread hobbyist writer
$tiddler tiddler=TiddlerB $button COPY $action-setfield $tiddler=TiddlerA $field=text $value={{!!refs}}/ /$button /$tiddler It works. Thanks a lot, Jed. Meanwhile I encountered another issue. I'm not sure if I have to open another post. Anyway, I just go ahead and ask here first. I

[tw] Re: [TW5] Q: Passing transcluded field of a variable tiddler as value to ActionSetFieldWidget

2015-06-23 Thread Jed Carty
One way to do this is using the tiddler widget like this: $tiddler tiddler=TiddlerB $button COPY $action-setfield $tiddler=TiddlerA $field=text $value={{!!refs}}/ /$button /$tiddler This may be able to be done using variables and macros, but the tiddler widget is a much simpler fix in this