[dokuwiki] Re: Syntax parsing changes

Christian Walde wrote:
One of these glitches is that it always removes leading spaces in lines in edit fields, which forces people to reeenter these spaces on every edit in order to get indenting, lists and other things. I tried replacing the relevant regexp substitutions so it accepts leading ~~s instead of spaces. The problem now is that lists don't get parsed in different levels anymore.

<snip>

I tried looking for it, but couldn't find another locations where such parsing would be done. Could someone please point me to the correct file?

It sounds like you could do with an action plugin that post processes the html as it is sent out (TPL_DISPLAY_HTML) and preprocesses the preview and save data when it arrives (DOKUWIKI_START).


Cheers,

Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: