Skip to content

Instantly share code, notes, and snippets.

@kairathmann
kairathmann / simplenote-to-evernote.applescript
Created August 16, 2018 01:20
This script imports Simplenote notes into Evernote while preserving file creation and modification dates and using the first line of the text as the note title. Download your Simplenote notes as .zip, extract them, run the script, and select the folder with your extracted notes.
set listOfNames to {}
set simplenoteFolder to choose folder "Select the folder with your extracted Simplenote txt files"
tell application "Finder"
set filelist to (every file of the folder simplenoteFolder) as alias list
repeat with currentFile in filelist
set firstLine to (first paragraph of (read currentFile as «class utf8»))
set creationDate to (the creation date of currentFile)
set modificationDate to (the modification date of currentFile)
set folderName to (the name of simplenoteFolder)
tell application "Evernote"

Keybase proof

I hereby claim:

  • I am kairathmann on github.
  • I am kairathmann (https://keybase.io/kairathmann) on keybase.
  • I have a public key ASBBavHfjmwL_ufueJA5ZSDI-UtuYwQd9bHiW-K66PhMTQo

To claim this, I am signing this object: