prepend_to_note
Inserts content at the top of an Obsidian note, after any frontmatter. Use it to add headers, timestamps, or important notices.
Instructions
Prepend content to the beginning of a note (after frontmatter). Useful for adding headers, timestamps, or important notices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note. | |
| content | Yes | Content to prepend. | |
| ensureNewline | No | Whether to ensure content ends with a newline. |