Append to note
append_noteAppend markdown to the end of a note, creating it if absent, for updating running logs without rewriting the whole note.
Instructions
Append markdown to the end of a note, creating it if absent. Use this for running logs instead of rewriting the whole note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note name or subpath. | |
| content | Yes | Markdown to add at the end. | |
| project | No | Project name. Omit to infer it from the working directory. |