1
0

Import Evernote export into Zim notes

Nikola Kotur f44efd9526 Added license 5 жил өмнө
evernotezimport 140bde45e8 Clean-up and tags 5 жил өмнө
.gitignore cefead770a Initial code 5 жил өмнө
LICENSE f44efd9526 Added license 5 жил өмнө
README.md 0c8b384566 Updated docs 5 жил өмнө
logo.png 90a42a078f Fixed logo 5 жил өмнө
requirements.txt c6483e11ed First working version 5 жил өмнө
setup.cfg f44efd9526 Added license 5 жил өмнө
setup.py cefead770a Initial code 5 жил өмнө

README.md

evernotezimport

This package takes Evernote notebook export and imports it into Zim directory.

Installation

Install it just for yourself:

pip install --user evernotezimport

After that zimport command will be ready to help you.

Usage

Export Notebook from Evernote desktop application (sadly, you can not do this from the web interface). Take that file and tell zimport where to expand it, somewhere in Zim directory. For example:

zimport --zim /path/to/zim/notebook/root/Everjokes /path/to/evernote/export/notebook.enex

What's missing?

It is rough on the edges. Tags are not supported properly and Evernote HTML is just being stripped leaving you with pure text of your note.

Developing

It's easy. Clone this repository and:

virtualenv .env
source .env/bin/activate
pip install -e .

Work on repository directly, and use zimport command to test. Thank you.