Create a new Apple Note
Creates a new Apple Note with optional folder organization. Use this to quickly capture meeting notes, lists, or ideas directly into Apple Notes from your terminal.
/plugin marketplace add cardmagic/notes/plugin install cardmagic-notes@cardmagic/notes<title> --body "content" [--folder "Folder"]Create a new note in Apple Notes.
command -v notes || pnpm add -g @cardmagic/notes
notes create "$ARGUMENTS"
/notes:create "Meeting Notes" --body "Agenda items..." - Create a note with content/notes:create "Shopping List" --body "Milk, Eggs" --folder "Personal" - Create in specific folder