obsidian_write_note
Create or overwrite notes in Obsidian vaults with markdown content. Option to append instead of overwrite.
Instructions
Create a new note or overwrite an existing one.
Args:
vault: Name or path of the vault
path: Path where the note should be created (e.g., "Folder/Note Name")
content: The markdown content to write
append: If true, append to existing content instead of overwriting
Returns:
Success message or errorInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes | ||
| content | Yes | ||
| append | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |