← Back to team overview

zim-wiki team mailing list archive

Re: new wiki syntax: better way to implement in Zim ?

 

On Sat, Jan 29, 2011 at 2:51 PM, Thorsten Hackbarth
<thorsten.hackbarth@xxxxxx> wrote:
> I experimented with replacing zim's Parsetree with docutils.document
> class.

I think I would prefer not to replace the ParseTree structure
(although it is due some refactoring). Main reason is that this
structure is fine tuned for the interfaces the zim code needs.

To leverage usage of docutils a converter of zim's structure to
docutils structure can be used to export data or reversed for import.
No need to make zim use the docutils structure natively throughout the
code.

-- Jaap



References