update_note
Edit UpNote notes directly via SQLite. Modify title, content, and flags with automatic backup and dry-run preview.
Instructions
Edit a note's title/content/flags via direct SQLite write.
Requires the UpNote app to be quit (override with UPNOTE_ALLOW_WHILE_RUNNING=1). A database backup is taken automatically. Use dry_run=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| pinned | No | ||
| content | No | ||
| dry_run | No | ||
| note_id | Yes | ||
| bookmarked | No | ||
| content_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||