I’m creating a widget and trying to pass to it a macro value: <$mywidget foreground=<<colour foreground>> >
. Inside the widget javascript what I get is the transclude string, not the color ("<$transclude tiddler={{$:/palette}} index=“foreground”><$transclude tiddler="$:/palettes/Vanilla" index=“foreground”><$transclude tiddler="$:/config/DefaultColourMappings/foreground"/></$transclude></$transclude>")
How can I “execute” the value so I get the actual color string?