In applescript it is not possible to create a new note without GUI
> scripting. And forget about editing them. Better use text files, since
> Quicksilver allows to append text, prepend text, change a particular
> line in text file etc
>
> tell application "Mail"
>     activate
>     tell application "System Events"
>         tell process "Mail"
>             keystroke "n" using command down & control down
>         end tell
>     end tell
> end tell

Using this script saved as an app and a trigger is close enough.
Thanks!

Reply via email to