Convert Evernote .enex file to Markdown
Evernote2md is a CLI tool to convert Evernote notes exported in *.enex format to a directory with markdown files.
Key features:
imagefor images and
filefor other attachments e.g. pdf files )
Using Homebrew package manager:
brew install evernote2md
Manually:
Download the latest release for your OS.
Note for macOS users!
Please, check this wiki page if you have problems running the tool.
evernote2md (flags) [input] [outputDir]
inputcan be a file, a directory with exported files, or a glob pattern (like
exports/My*.enex, for example).
If
outputDiris not specified,
./notesis used. Add optional
--foldersflag to put every note in a separate folder.
An option
--tagTemplateallows to change the way tags are formatted. See wiki article for more information.
Flag
--helpshows all available options.
docker run -t --rm -v "$PWD":/tmp -w /tmp wormi4ok/evernote2md:latest (flags) [input] [outputDir]
Here is a link to an article in Evernote Help Center:
How to back up (export) and restore (import) notes and notebooks
Newer versions of the Evernote App do not allow selecting more than 50 notes at a time. Consider exporting entire Notebook instead.
Made with ❤ using IDE from JetBrains.