append_note
Append text to an Obsidian note without altering frontmatter. Includes an optional hash check to prevent conflicts in append-only workflows like 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. | |
| prevHash | No | Optional compare-and-swap guard: the contentHash from a prior read. Fails with hash_conflict if the note changed since. |