Zim

Comment 1 for bug 495898

Revision history for this message
Jaap Karssenberg (jaap.karssenberg) wrote :

Sure, if someone is willing to write a parser module for it we can add it. For importing it needs to read markdown and put it in a zim specific XML-like tree structure. For complete read-write support we need both a parser and a dumper (see zim/formats/wiki.py for an example).

Apart of the parser the rest of zim operates on the tree structure and is agnostic about the exact wiki syntax being used.