Create a new Apple Note
Creates new notes in Apple Notes with title, content, and optional folder organization.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/cardmagic-notes/marketplace.json/plugin install cardmagic-notes@cpd-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