Skip to content

luisten/evernote2dayone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrate from Evernote into DayOne

screenshot of Evernote app and DayOne app before and after migration

This script is forked update from hollyxu's evernote2dayone repo. It 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 individual HTML into the default "My Notes" folder. Then place the whole folder 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.

Changes from original

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)

Thanks

About

Migrate from Evernote into DayOne

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%