append_to_note
Append markdown content to a note or specific section, enabling quick additions for inbox items, logs, and incremental memory entries.
Instructions
Append markdown to a note or section. Useful for Inbox, logs, and incremental memory entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative .md path inside the vault | |
| content | Yes | Markdown content to append | |
| section | No | Heading text to append under or create | |
| expected_hash | No | Optional optimistic-lock hash | |
| create_if_missing | No | Create the note if it does not exist |