0
私はNotes.appで新しいノートをすばやく作成しようとしています。新しく作成したメモを1つのフローティングウィンドウで開きたいと思います。Notes.Appで特定のノートを開く方法
ここでノートを作成するための私のコードです: set RunTime to ((current date)) as string tell application "Notes" activate tell account "iCloud" make new note at folder "Notes" with properties {name:RunTime} --does not work --open document {name:RunTime} end tell end tell
任意の考えは?