This file contains 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
-- 対象のフォルダの一番上を選択している状態から始める | |
set targetFolder to "aaa" | |
tell application "Notes" | |
activate | |
repeat with theFolder in every folder | |
if name of theFolder = targetFolder then | |
repeat with theNote in every note of theFolder | |
tell application "System Events" | |
key code 126 |
OlderNewer