On Mon, Dec 2, 2013 at 5:23 PM, Stephan Hradek <[email protected]>wrote:

> This all sounds overly complicated… So I fear I have to read that again
>
> But don't you think we simply need proper quoting?
>
> <<mymacro {{!!titel}}>>
>
> would call "mymacro" with the value of field title while <<mymacro
> "{{!!title}}">> would call it with the text {{!!title}}.
>
>
You can already invoke a macro with parameters that are bound to
transclusions. Just use the <$macrocall> widget:

<$macrocall $name="mymacro" param={{!!title}}/>

The problem is that the macrocall widget can only be used for a
freestanding macro invocation, and not when a macro is being bound to an
attribute of an HTML element or widget.

Best wishes

Jeremy




-- 
Jeremy Ruston
mailto:[email protected]

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to