create_note
Creates a Markdown note in an Obsidian vault at a given path, with content and an optional overwrite flag. Fails if the note already exists unless overwrite is true, preventing accidental data loss.
Instructions
Create a Markdown note; it fails if the note exists unless overwrite is explicitly true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| vault | Yes | ||
| content | Yes | ||
| overwrite | No |