You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWikiDev
Hi,
I would like to write a wikiparser rule module that matches on a certain pattern (not difficult given the existing modules) and then returning a macro call instead of HTML. If this is possible, how is this achieved? Or do I need to invoke the macro myself (how?) and then return its results?
Any help appreciated, TheDiveO
TheDiveO
unread,
Feb 26, 2017, 3:00:28 PM2/26/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWikiDev
Arg(h),
after looking again through the TW5 wikiparser rules, I now saw the macrocallinline.js which answers my own question. Sorry for a question I could have answered myself.