chew-z / Escape-Evernote

Tool for escaping from Evernote to freedom of markdown files
MIT License
0 stars 0 forks source link

Escape-Evernote

Tool for escaping from Evernote to freedom of markdown files.

What is it?

Simple python script for breaking Evernote export file (.enex) into separate markdown notes. It is also extracting images from enex and add them as markdown inline link to notes.

How

usage: parse_enex.py [-h] [-d [DIRECTORY]] [-f [FILE]] [-a] [-r] [-v] [-q]
                     [-t] [-l LOG]

optional arguments:
  -h, --help            show this help message and exit
  -d [DIRECTORY], --directory [DIRECTORY]
                        directory in which you wish to work (default:
                        current folder)
  -f [FILE], --file [FILE]
                        Evernote archive file (.enex) (default: Test.enex)
  -a, --split_attachments
                        Create separate folder with attachments for each note
                        or [default] put all attachments prefixed in
                        /attachments folder (default: False)
  -r, --relative_path   Relative (or absolute) path for images (default: True)
  -v, --version         show program's version number and exit
  -q, --quiet           don't print status messages to stdout (default: True)
  -t, --tidy            remove temporary files (.xml, .tmp, .log) (default:
                        False)
  -l LOG, --log LOG, --logfile LOG
                        logs notes processing (default: parse_enex.log)

I have included sample Test.enex file so you can play with it.

ToDo

Why

Ain't Google scanning your notes right now and connecting with other metadata information they have about you? They say they don't. But hey, it's Google right?

Credits and similiar projects