-
Notifications
You must be signed in to change notification settings - Fork 71
Conversion scripts
Robert Riebisch edited this page Dec 31, 2023
·
14 revisions
Always keep a backup of the original data and check the conversion went OK when using one of these scripts
- Microsoft OneNote Import Script
- MoinMoin Import Script
- Newton Import Script
- Notecase Import Script
- Simplenote Import Script
- Softnote Import Script
- Tomboy Import Script (This works for Gnote Import)
Converting from other formats to ZimWiki can also be performed from a larger number of formats using pandoc
, for example:
- From Latex:
pandoc input.tex --from=latex --to=ZimWiki --standalone --output=output.txt
- From Markdown:
pandoc -f markdown -t zimwiki -o output.txt -s input.md
See https://pandoc.org/ for more formats and documentation.
- ZimWiki to VimWiki. This includes full functionality of zim tasks to taskwarrior, and vimwiki taskwarrior: zim2vim