Create Note
create_noteCreate a new note in your Obsidian vault, with optional overwrite of existing notes. The content is indexed instantly, adding outlinks and tags to the knowledge graph.
Instructions
Create a new note in the vault. Fails if the note already exists unless overwrite is set. The note is indexed immediately — outlinks/tags in its content become real graph edges right away, visible to the very next tool call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path for the new note, e.g. 'Projects/New Idea' (`.md` is added automatically). | |
| content | No | Note body (markdown, without frontmatter). | |
| overwrite | No | Replace the note if it already exists (default false). | |
| frontmatter | No | Frontmatter fields (tags, aliases, or any custom field). |