append_note
Append text to the body of an Obsidian note while preserving frontmatter. Ideal for meeting notes and daily logs.
Instructions
Append text to a note body without touching the frontmatter. Safe for meeting notes, daily logs, and append-only workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the note. | |
| content | Yes | Text to append. |