[tw] Re: pass currenttiddler title to widget

2014-10-28 Thread Stephan Hradek
You need to know the names of the parameters (unfortunately) So you can replace (reusing your wrongly named example): <> with <$macrocall $name="widget" *parameter1*="strA" *parameter2*="strB" *parameter3*={{!!title}}/> But you need to find, from the macro definition, the real names for *par

[tw] Re: pass currenttiddler title to widget

2014-10-28 Thread James Anderson
Sorry I mean I do understand how to achieve what I was originally asked for, I was half asleep when posting that. Thanks again, James On Tuesday, 28 October 2014 06:30:30 UTC, James Anderson wrote: > > Apologies, I guess I meant a macro. Though i am still not sure from your > replies how to ac

[tw] Re: pass currenttiddler title to widget

2014-10-27 Thread James Anderson
Apologies, I guess I meant a macro. Though i am still not sure from your replies how to achieve this Thanks for your help James On Tuesday, 28 October 2014 13:17:12 UTC+9, Stephan Hradek wrote: > > As it is a macro: > > > \define mysamplemacro(name:"Bugs Bunny",address:"Rabbit Hole Hill") > Hi,

[tw] Re: pass currenttiddler title to widget

2014-10-27 Thread Stephan Hradek
As it is a macro: \define mysamplemacro(name:"Bugs Bunny",address:"Rabbit Hole Hill") Hi, I'm $name$ and I live in $address$ \end <$macrocall $name="mysamplemacro" name="test" address={{!!title}}/> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" grou

[tw] Re: pass currenttiddler title to widget

2014-10-27 Thread Danielo Rodríguez
That is not a widget, is a macro. Are you talking about TW5? If so, you can use currenTiddler directly into the macro \define myMacro( strA strB) strA and strB are inside $(currentTiddler)$ \end El lunes, 27 de octubre de 2014 23:06:37 UTC+1, James Anderson escribió: > > I have a widget which