vault_write
Create or update markdown files in Obsidian vaults to build knowledge bases, wiki pages, and notes with automatic directory creation.
Instructions
Write or overwrite a file in the Obsidian vault. Creates parent directories automatically. Use this to create new wiki pages, update existing ones, or save any markdown content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path for the file (e.g. 'notes/my-concept.md') | |
| content | Yes | Full markdown content to write (including frontmatter if needed) |