On Monday 03 October 2011 07:19:26, John Rankin wrote : > I don't wish to re-open that debate, but wonder whether wiki syntax > highlighting in the edit text area is at all feasible. ... > How hard would it be to colour-code wiki markup when editing a page?
I was thinking about CodeMirror ( http://codemirror.net ) but it appears that it doesn't support automatic word wrap. Anyways, if someone wants to work on it, the modes for MarkDown and reStructuredText are in many ways similar to the PmWiki markup: http://codemirror.net/mode/markdown/ http://codemirror.net/mode/rst/ Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
