Append to Note
obsidian_appendAppend markdown content to an existing note in your Obsidian vault, or create the note if it doesn't exist yet.
Instructions
Append markdown to the end of a note (creates the note if needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative note path, e.g. Notes/idea.md | |
| content | Yes | Markdown content to append. |