renjithr23 / emex2md

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%