prepend_note
Insert content at the beginning of a note, after any frontmatter. Supports exact paths or wikilink names, with an option to prepend inline without newlines.
Instructions
Prepend content to a note (after frontmatter).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Note name (wikilink-style resolution) | |
| path | No | Exact path from vault root | |
| content | Yes | Content to prepend (use \n for newlines) | |
| inline | No | Prepend inline (no newline after) |