move_note
Move or rename a note to a new vault-relative path, with automatic parent directory creation. Optionally overwrite destination.
Instructions
Move or rename a note to a new vault-relative path. Parent directories at the destination are created automatically. Fails if the destination already exists unless overwrite is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Vault-relative source path. | |
| to | Yes | Vault-relative destination path. | |
| overwrite | No | Overwrite destination if it exists. Defaults to false. |