append_note
Append text to a note. Insert under a heading section, creating it if missing. Optionally create the note if it does not exist.
Instructions
Append text to a note. With 'heading', the text is inserted at the end of that heading's section (the section is created if missing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative note path | |
| text | Yes | Markdown text to append | |
| heading | No | Insert under this heading instead of at the end of the file | |
| create_if_missing | No | Create the note if it does not exist (default false) |