Skip to content

Instantly share code, notes, and snippets.

@rashita
Last active December 11, 2015 06:58
Show Gist options
  • Save rashita/4562560 to your computer and use it in GitHub Desktop.
Save rashita/4562560 to your computer and use it in GitHub Desktop.
Evernoteにtest1というタイトルの、チェックボックス付きのノートを作成する。 5.0.5betaで使用。
tell application "Evernote"
create note title "test1" with enml "<en-todo />"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment