Prepend to a note
obsidian_prepend_notePrepend markdown content to an Obsidian note, automatically placing it after any frontmatter. Quickly add new information at the top of any note.
Instructions
Inserts content near the top of a note (after frontmatter, if present).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Vault name to target. Optional — defaults to the most recently focused vault. | |
| file | No | Note name resolved as a wikilink (e.g. 'My Note'). Provide either `file` or `path`. | |
| path | No | Vault-root-relative path to the note (e.g. 'Folder/My Note.md'). Provide either `file` or `path`. | |
| content | Yes | Markdown content to prepend. |