We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4255c commit 80841b6Copy full SHA for 80841b6
commands/apps/notes/create-note-from-clipboard.applescript
@@ -21,6 +21,6 @@ on run argv
21
</body>"
22
tell application "Notes"
23
activate
24
- make new note at folder "Notes" with properties {name: (item 1 of argv), body:content}
+ make new note at folder "Notes" with properties {name:"", body:content}
25
end tell
26
end run
0 commit comments