append_to_note
Append new content to existing notes without overwriting, ideal for journals, logs, and incremental idea collection.
Instructions
Append content to an existing note without overwriting. Perfect for journals, logs, meeting notes, or collecting ideas incrementally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the existing note | |
| content | Yes | Content to append to the note | |
| add_timestamp | No | Whether to add a timestamp header before the appended content (default: false) |