Create Note
create_noteCreate a new note in an Obsidian vault at a specified path, with an option to overwrite existing notes.
Instructions
Create a new note in the Obsidian vault at the specified path. If the note already exists it will be overwritten. Use forward-slash separated paths like 'PRDs/my-feature.md'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path relative to vault root, e.g. 'PRDs/feature-x.md' | |
| content | Yes | Markdown content for the note | |
| overwrite | No | Set true to overwrite an existing note |