Skip to content

hollyxu/evernote2dayone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrate from Evernote into DayOne

screenshot of Evernote app and DayOne app before and after migration

This script will migrate exported notes from Evernote into individual entries in DayOne.

Prerequisites

Import From Evernote to DayOne

  1. Install the Day One Command Line Interface

  2. Export Evernote files as HTML into the default "My Notes" folder. Place it in the same directory as this script.

  3. Install required packages

npm install
  1. Run the import script! All items will be tagged EvernoteImport and imported into the default journal.
node evernoteToDayOne.js

Please report any Issues on GitHub! Your feedback is appreciated.

Future Improvements

Pull requests kindly accepted.

  • Copy entry location data
  • Allow users to specify folder other than "My Notes"
  • Test special cases like images in tables
  • Handle cases with >10 images per entry

Thanks

Releases

No releases published

Packages

No packages published