obsidian_append
Append content to an existing note in an Obsidian vault, creating the note if it does not exist. Optionally add under a specific heading.
Instructions
Append content to an existing note, or create it if it doesn't exist. Prefer this over obsidian_write when adding to existing project documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note relative to vault root | |
| content | Yes | Content to append to the note | |
| heading | No | Optional: append under this heading (creates if doesn't exist) |