Skip to content

Instantly share code, notes, and snippets.

@sudocode
sudocode / export-evernotes.applescript
Created October 11, 2015 07:37
JXA script for exporting Evernotes to Apple Notes
/* Developed by Daniel Park (github.com/sudocode).
*
* Free for personal or commercial use, with or without modification.
* No warranty is expressed or implied.
*/
var App = Application.currentApplication(),
Evernote = Application('Evernote'),
Notes = Application('Notes')