Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 509 Bytes

Enex -> Markdown

Evernote has a handy note export, but it exports to an XML file.

This script converts that enex to a directory of markdown formatted notes.

Usage

  • git clone [email protected]:seanhagen/enex-to-markdown
  • cd enex-to-markdown
  • bundle install
  • put your export notes file in a file named 'notes.enex'
  • ruby parse.rb
    • if you use Notable, ruby parse_to_notable.rb

That's it! Your notes will show up in the 'notes' folder.