Delete an Apple Note by title
Delete an Apple Note by title. Use when you need to remove notes, optionally specifying a folder if multiple notes share the same title.
/plugin marketplace add cardmagic/notes/plugin install cardmagic-notes@cardmagic/notes<title> [--folder "Folder"]Delete a note from Apple Notes by its title.
command -v notes || pnpm add -g @cardmagic/notes
notes delete "$ARGUMENTS"
/notes:delete "Old Meeting Notes" - Delete a note by title/notes:delete "Draft" --folder "Work" - Delete from specific folder (useful if multiple notes have the same title)