HI Jed, Your widget's *execute* method is constructing a string containing *<$macrocall …>* which it then immediately injects into a DOM node. This means you're not giving TiddlyWiki a chance to parse the string as WikiText.
I think the *execute* method needs to construct a widget tree for the child widgets (the macro call in your case), and the *render* method can then call *this.renderChildren*. Have a look at the code of any widget that has children, such as *reveal*. – æ -- 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/d/optout.
