All Projects → chriskrycho → evernote2md

chriskrycho / evernote2md

Licence: MIT license
No description, website, or topics provided.

Programming Languages

rust
11053 projects

evernote2md

A very simple script in Rust to convert Evernote .enex export files to Markdown files.

It mostly works!

I may or may not expand it later; I mostly had the idea and wanted to see how far I could get in an afternoon. (Pretty far! The Rust ecosystem is great!)

Feel free to do whatever you want with it.

How to use it

If you feel like using it (and consider yourself warned: I wasn't joking when I said this was an afternoon project and that it only mostly works):

  • install pandoc
  • clone this crate, and run cargo build --release in the root of the repo
  • run ./target/release/evernote2md <path to .enex file> <output directory>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].