[dokuwiki] Re: Syntax parsing changes
- From: Chris Smith <chris@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 24 Apr 2006 17:41:58 +0100
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
- References:
- [dokuwiki] Syntax parsing changes
- From: Christian Walde
Other related posts:
- » [dokuwiki] Syntax parsing changes
- » [dokuwiki] Re: Syntax parsing changes
- » [dokuwiki] Re: Syntax parsing changes
- » [dokuwiki] Re: Syntax parsing changes
<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?
- [dokuwiki] Syntax parsing changes
- From: Christian Walde