markdown2zim
markdown2zim copied to clipboard
Convert between markdown and zim wiki syntax
This is sort of following on the comment about a known bug on another issue: https://github.com/Xunius/markdown2zim/issues/6#issuecomment-622404853 Upon converting a Zim file to Markdown, I was seeing links converted to `http(s):*___`...
It would be greate to support python3 :) ``` $ python3 zim2markdown.py ~/Documents/test/00_test.txt -o h.md # : Open input file: /home/2xyo/Documents/test/00_test.txt # : Reading lines... Traceback (most recent call last):...
It would be great to have `markdown2zim` packaged on https://pypi.org/ :)
The script does not convert the Markdown code syntax \` or \`\`\`. These could be translated to `''` and `'''` respectively.
The conversion to markdown can be useful to convert to the Obsidian markdown. Could you consider also the conversion from Zim tags: `@tag` to Obsidian: `#tag`?
Checkboxes `[ ]` stay are not prepended with hyphen `- [ ]` (same for variants `[x]`, etc.), so they just appear as normal `[ ]` characters in standard Markdown editors....
And chmod +x scripts to able to call them directly as `./zim2markdown.py`