update_note
Modify notes in your Obsidian vault by replacing or appending content, and update metadata such as title, tags, and aliases.
Instructions
Update the content or metadata of a note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note file | |
| tags | No | New tags (optional, replaces existing) | |
| title | No | New title (optional, updates frontmatter) | |
| append | No | Whether to append content instead of replacing | |
| aliases | No | New aliases (optional, replaces existing) | |
| content | No | New content to replace (optional) |