forked from timlockridge/SublimeEvernote
-
Notifications
You must be signed in to change notification settings - Fork 104
Roadmap
Emanuele D'Osualdo edited this page Apr 29, 2014
·
1 revision
Current backend for Markdown conversion is markdown2
.
It is slow, buggy, difficult to read and maintain.
Mistune is a pure python implementation with promise of good speed.
It is self-contained (only imports re
) and very readable. It supports modifying the renderer without fuss.
Problems:
- No metadata support (could be good for attacking the note-guid metadata business).
- Could introduce backward compatibility issues.
- Needs modification to omit forbidden elements and attributes.
See issue #1
Main idea is supporting note-guid in metadata but not full synch with conflict resolution.