slite_update_note
Replace entire note content with new markdown. Use for full rewrites, not small edits.
Instructions
Replace entire note content. Use slite_edit_note for small changes. WARNING: This overwrites everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | The ID of the note to update | |
| title | No | New title (optional - keeps existing if not provided) | |
| markdown | Yes | New markdown content (replaces entire note) |