Skip to content

Instantly share code, notes, and snippets.

View sveiss's full-sized avatar

Stephen Veiss sveiss

  • Eugene, OR, USA
View GitHub Profile
@pdxmph
pdxmph / mlion_notes_to_evernote.scpt
Created July 28, 2012 09:23
Mountain Lion Notes to Evernote
tell application "Notes"
set theNotes to every note of the folder "Notes"
repeat with thisNote in theNotes
set myTitle to the name of thisNote
set myText to the body of thisNote
set myCreateDate to the creation date of thisNote
tell application "Evernote"
create note with html myText ¬