Skip to content

Script to parse through a Simplenote JSON export and create ENEX export files for use with Joplin or Evernote.

Notifications You must be signed in to change notification settings

README1ST/simplenote-to-joplin-or-evernote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simplenote-to-joplin-or-evernote

The simplenote-to-enex script will create two ENEX files, one for the active notes and one for the trashed notes contained within the Simplenote export.

Information on how to obtain a JSON export of your Simplenote notes can be found at this link.

This work is a tweak of a similar script but for Standard Notes, that code can be found here.

Usage:

npm install
node simplenote-to-enex.js <Path to Simplenote JSON export>

Issues:

  1. I ran into an Import Error: MISSING_NOTE_TITLE issue when trying to import the created ENEX files into Evernote. I haven't fixed this but I found it affected a very small amount of notes. I have raised this edge case as an issue here: #1.
  2. I did not need to transfer tags from Simplenote but that could be done with some work... PRs Welcome!

About

Script to parse through a Simplenote JSON export and create ENEX export files for use with Joplin or Evernote.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published