append_to_note
Adds Markdown content to the end of an existing note in Obsidian, enabling note updates without overwriting; embed attachments with ![[filename.png]].
Instructions
Append content to the end of an existing note. Use ![[filename.png]] to embed attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note | |
| content | Yes | Markdown content to append. Use ![[filename.png]] to embed attachments. |