write_file
Create or modify files in Obsidian vaults by writing content with options to overwrite, append, or prepend text to existing files.
Instructions
Write file content with different modes: overwrite (default), append, or prepend. Handles both create and update operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file | |
| content | Yes | Content to write | |
| mode | No | Write mode | overwrite |