Ouff… how do I use that qualify macro again… on a variable inside a widget?
<$reveal type="popup" state=<<qualify <<aaandThingsGoSouth...
Should I wrap it with $let q=<<...>>
or what is the best way to do it?
…
Wouldn’t it make sense if the qualify macro either simply had a fallback to qualifying currentTiddler if no argument is given?
Or perhaps some kind of “flag attribute”, say <<qualify current>>
, that translated into
<$transclude $variable=qualify title=<<currentTiddler>> />
The my initial question wouldn’t be confusing every time…