[Request] Markdown syntax support
Bug #495898 reported by
tlvince
This bug affects 21 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zim |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Markdown <http://
I regularly write plain-text notes not using, but in mind for adding to Zim and find Markdown's syntax more memorable, especially headings and links.
Perhaps Markdown support could be included as a plugin?
Related branches
tags: |
added: backend wiki removed: formatting |
To post a comment you must log in.
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.