Skip to content

A simple script to convert all your evernote notebooks to markdown files for use with Obsidian

Notifications You must be signed in to change notification settings

renjithr23/emex2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

emex2md

A simple script to convert all your evernote notebooks to markdown files. Useful if you're moving from evernote to obsidian after the recent evernote free tier limitations update.

Features

  • Converts each note inside your notebook into a separate markdown file with another file named timeline.md storing all the timestamps and tags associated with each note, all linked together via the obsidian internal links.

Usage

  1. Install necessary python dependencies
pip install -r requirements.txt
  1. Export all your evernote notebooks into the input folder

  2. Run the following command to trigger the conversion.

python emex2md.py

About

A simple script to convert all your evernote notebooks to markdown files for use with Obsidian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages