create_note
Create markdown notes in an Obsidian vault, automatically creating parent directories. Optionally include YAML frontmatter for metadata.
Instructions
Create a new markdown note in the vault. Parent directories will be created if needed. Optionally include YAML frontmatter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the new note (e.g., "Projects/NewProject.md") | |
| content | Yes | Markdown content for the note | |
| frontmatter | No | Optional YAML frontmatter as key-value pairs (e.g., {"tags": ["project"], "status": "active"}) |