This script is forked update from hollyxu's evernote2dayone repo. It will migrate exported notes from Evernote into individual entries in DayOne.
-
Install the Day One Command Line Interface
-
Export Evernote files as individual HTML into the default "My Notes" folder. Then place the whole folder in the same directory as this script.
-
Install required packages
npm install
- Run the import script!
All items will be tagged
EvernoteImportand imported into the default journal.
node evernoteToDayOne.js
Please report any Issues on GitHub! Your feedback is appreciated.
Evernote changed the way they export notes into HTML at some point after the original script was last updated. This fork aims to fix compatibility issues due to these changes. These include:
- Incompatible date formats
- Change to the naming of the export index file
- Import only the body of the notes (prevent import of useless CSS and HTML)
