file.create
Create a new file in your Obsidian vault with specified content. Prevents accidental overwrites by requiring distinct filenames.
Instructions
Create a NEW file with the given content. Errors if the file already exists; use file.replace for overwrite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| vault | No | ||
| content | Yes | ||
| dry_run | No |