Ecco il mio flusso di lavoro del servizio approssimativo:
Èpossibileaggiungeresolotestiecreareunanuovanota.
AppleScript:
onrun{input,parameters}tellapplication"System Events"
tell process "Notes"
click menu item "New Note" of menu "File" of menu bar 1
click menu item "Paste" of menu "Edit" of menu bar 1
end tell
end tell
return input
end run
Aggiornamento * 2:
Per aggiungere immagini, usa semplicemente un altro blocco Apple Script che fa clic su una voce di menu. E aggiungere un po 'di ritardo per l'avvio dell'app Notes.
onrun{input,parameters}tellapplication"System Events"
tell process "Google Chrome"
click menu item "Copy" of menu "Edit" of menu bar 1
end tell
end tell
return input
end run