According to similar formatters in Formatters.js
match is a string
termRegExp needs to be a regExp
lookaheadRegExp needs to be a regExp too
match: "(\\[:){3}",
string -> termRegExp: "(:\\]){3}",
string -> lookaheadRegExp: "(\\[:){3}([\\s\\S]+?)(:\\]){3}",
just a guess.
-m
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywikidev?hl=en.