replace_note_content
Replace a note's content with new Markdown, keeping its id, folder, and creation date. Protect data by refusing if attachments or tables would be lost unless force is set.
Instructions
Replace a note's entire body with new Markdown, keeping its id, folder and creation date. Refuses if the note has attachments or tables unless force is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note name (exact) or note id. Names must be unique. | |
| force | No | Proceed even if rich content would be lost | |
| markdown | Yes | New body content in Markdown |