Prepend to Note
prepend_to_noteInsert markdown content at the top of an existing note's body, after any YAML frontmatter. Use to prepend items to lists, pin context, or add TL;DR sections. Requires an existing note.
Instructions
Insert content at the top of an existing note's body, immediately after the YAML frontmatter block if one is present (so metadata stays at the top of the file). Use for adding new items to the front of a running list, pinning context, or inserting TL;DR sections. Fails if the note does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path from vault root to the target note (e.g., 'notes/log.md'). Extension optional. | |
| content | Yes | Markdown text to insert at the top of the body, after any frontmatter |