gagarcr / evernote2md

Convert Evernote .enex export file to Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evernote to Markdown converter

Build Status Docker Build Status codecov GoDoc Go Report Card

Evernote2md is a CLI tool to convert Evernote notes exported in *.enex format to a directory with markdown files.

Key features:

  • Zero dependencies - download and run
  • Creates one markdown file per note
  • Converts attachments to files ( two directories will be created: image for images and file for other attachments e.g. pdf files )
  • Retains correct links to attachments
  • Inserts evernote tags in notes as text entries

Installation

Download a release for your OS.

How to use

With binary

evernote2md [input] [outputDir]

If outputDir is not specified, ./notes is used.

With docker

docker run --rm wormi4ok/evernote2md:latest [input] [outputDir]

How to export notes from Evernote

Here is a link to an article in Evernote Help Center:

How to back up (export) and restore (import) notes and notebooks

About

Convert Evernote .enex export file to Markdown

License:MIT License


Languages

Language:Go 97.1%Language:Dockerfile 2.9%