Create or Replace Note
obsidian_createCreate a new note or replace the entire contents of an existing note in an Obsidian vault by providing a vault-relative path and markdown content.
Instructions
Create a note or replace its entire contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative note path, e.g. Notes/idea.md | |
| content | Yes | Full markdown content to write. |