Move or rename note
move_noteMove or rename a note in your Obsidian vault, automatically updating all wikilinks in other notes that reference it.
Instructions
Move or rename a note and rewrite [[wikilinks]] in other notes that point to it. Refuses to overwrite an existing file unless 'overwrite' is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | New vault-relative path | |
| from | Yes | Current vault-relative path | |
| overwrite | No | Allow replacing an existing file at the destination (default: false) | |
| update_links | No | Rewrite backlinks in other notes (default: true) |