create_note
Create a new note in your Obsidian vault by specifying a path and markdown content. Fails if the note already exists to prevent duplicates.
Instructions
Creates a new note in the vault. Fails if the note already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Markdown content for the new note. | |
| note_path | Yes | Where to create the note. Example: 'Ideas/New Idea.md' |