update_note
Update existing Joplin notes by editing title, Markdown body, notebook, or to-do fields. Only specified properties are changed, making it ideal for partial updates.
Instructions
Edit an existing note. Only the fields provided are changed.
Args:
note_id: The Joplin note id to edit.
title: New title, if changing it.
body: New Markdown body, if changing it (replaces the whole body).
notebook_id: Move the note to this notebook id, if changing it.
is_todo: Convert to/from a to-do item, if changing it.
todo_completed: Mark a to-do complete/incomplete, if changing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | No | ||
| is_todo | No | ||
| note_id | Yes | ||
| notebook_id | No | ||
| todo_completed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||