write_note
Create or overwrite notes in Obsidian vaults using markdown content and specified file paths, with automatic directory creation.
Instructions
Create or overwrite a note in the vault.
Args:
path: Relative path to the note (e.g. 'folder/New Note.md').
Parent directories are created automatically.
content: Markdown content to write.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |