The $macrocall widget lets me call another macro to obtain the value of one of its attributes/parameters:
<$macrocall $name="macro1" textx=<<macro2 "value">> /> What's the best approach if my call to macro2 also needs to use $macrocall? i.e. as in the following, which of course doesn't work: <$macrocall $name="macro1" x=<$macrocall $name="macro2" y=<<macro3 "value">> /> /> – æ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

