CODE
<entry id=5>A link to entry 5</entry>
from within an entry's body while I'm typing it.
The obvious solution is to use Brad Choate's brilliant MTMacro. However, it doesn't work. At least, *I* can't get it to. I have this macro created:
CODE
<MTMacroDefine name="entrylink" ctag="entrylink"><a href=<MTLink entry_id="<MTMacroAttr name="eid">">><$MTMacroContent$></a></MTMacroDefine>
this doesn't work either:
CODE
<MTMacroDefine name="entrylink" ctag="entrylink"><a href=<MTLink entry_id="[MTMacroAttr name='id']">><$MTMacroContent$></a></MTMacroDefine>
It fails in a rather grotesque way; the whole page simply fails to render.
This is pretty much the last thing I need to add to my site - any advice?
Thanks much.