Append to a note
obsidian_append_noteAppend markdown content to any existing note in your Obsidian vault. Specify the note by name or path, and the content is added to the end.
Instructions
Appends markdown content to the end of an existing note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Vault name to target. Optional — defaults to the most recently focused vault. | |
| file | No | Note name resolved as a wikilink (e.g. 'My Note'). Provide either `file` or `path`. | |
| path | No | Vault-root-relative path to the note (e.g. 'Folder/My Note.md'). Provide either `file` or `path`. | |
| content | Yes | Markdown content to append. |