create_note
Create new notes in an Obsidian vault, including frontmatter properties like tags, aliases, and custom fields.
Instructions
Create a new note in the Obsidian vault. Can include frontmatter properties like tags, aliases, and custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the new note (e.g., 'folder/note.md'). Will create parent folders if needed. | |
| content | Yes | The markdown content for the note. | |
| overwrite | No | Whether to overwrite if the note already exists. | |
| frontmatter | No | Frontmatter properties to include in the note. |