Links in zim are translated to file paths, e.g. [[+linktonote]] is converted
to [linktonote](~/path_to_current_file/title_of_current_note/linktonote.txt)
Similary image links are converted to file paths.
Syntax not supported:
- footnote
- tables
The core functionality is stripped and modified from markdown2.
Usage
markdown to zim:
python markdown2zim.py input [-o output]
zim to markdown:
python zim2markdown.py input [-o output]
where -o output is the output file, default to "input_md2zim.txt" or "input_zim2md.md"
Related project
evernote2zim: facilitate migration from Evernote to Zimwiki
请发表评论