create_note
Create or overwrite a Markdown note in an Obsidian vault, and embed attachments with ![[filename.png]] syntax.
Instructions
Create a new note or overwrite an existing one in the vault. Embed attachments using ![[filename.png]] syntax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the note (e.g. 'Notes/new-note.md') | |
| content | Yes | Markdown content for the note. Use ![[filename.png]] to embed attachments. |