Created
August 5, 2012 13:01
-
-
Save setoh2000/3264647 to your computer and use it in GitHub Desktop.
Mac版のEvernoteクライアントでSmartEverタグの付いたノートを作成するAppleScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 2行目でタイトル、本文、ノートブックを指定してください | |
tell application "Evernote" | |
set note1 to create note title "Hello World!" with text "" notebook "TestNotebook" | |
set tag1 to tag "SmartEver" | |
assign tag1 to note1 | |
open note window with note1 | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
詳しくはこの辺りを見てください。。
http://dev.evernote.com/intl/jp/documentation/local/chapters/Mac.php