Move or rename a note
obsidian_move_noteMove or rename a note and automatically update all wikilinks across the vault.
Instructions
Moves or renames a note. Wikilinks across the vault are updated automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Vault name to target. Optional — defaults to the most recently focused vault. | |
| file | No | Note name resolved as a wikilink (e.g. 'My Note'). Provide either `file` or `path`. | |
| path | No | Vault-root-relative path to the note (e.g. 'Folder/My Note.md'). Provide either `file` or `path`. | |
| to | Yes | Destination path (vault-relative). Include filename. | |
| confirm | No | Set to true to skip the interactive confirmation prompt. Use only when the caller has already confirmed with the user. |