obsidian_append_note
Append Markdown content to an existing note in your Obsidian vault. Add new sections or updates to current notes without overwriting their content.
Instructions
Append Markdown content to an existing note in the configured default vault. Use when the user asks to add content to an existing note. Before using, prefer calling obsidian_list_notes to discover the correct slug. If needed, use obsidian_read_note to understand the note before adding content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||