Hi,
In a Bob wiki, I tried to make a macro the way I normally would in any other TW5:
\define tgng()
<<list-links filter:"[all[current]tagging[]]">>
\end
and in then I tagged that tiddler with $:/tags/Macro
if I just put this in a tiddler:
<<list-links filter:"[all[current]tagging[]]">>
it works normally, but not when I put "<<tgng>>" in the tiddler
Is there an alternate mechanism in Bob for macros?