update_note
Modify a note's title, content, or attributes in Trilium Notes. Provide the note ID and new details; content can be markdown or HTML.
Instructions
Update a note's title and/or content. Content can be provided as markdown (default) or HTML via the contentFormat parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the note | |
| noteId | Yes | ID of the note to update | |
| content | No | New content for the note. Markdown by default — use contentFormat to switch to HTML. | |
| attributes | No | Attributes to set on the note. If an attribute with the same type and name exists, its value will be updated; otherwise a new attribute is created. | |
| contentFormat | No | Format of the content: "markdown" (default) or "html". When "markdown", content is converted to HTML before saving. | markdown |