vault_move
Move or rename a markdown file in an Obsidian vault and automatically update wikilinks in all referencing files.
Instructions
Move or rename a markdown file within the vault. Automatically updates wikilinks in all files that reference the moved file. Both paths must be exact. Paths in this tool's output are formatted as markdown links [vault-relative-path.md](obsidian://...) so users can Cmd/Ctrl-click to open in Obsidian. Preserve the link form when relaying paths to the user; pass only the bracket text (e.g. 01-Projects/Foo/note.md) to other vault tools' path arguments, never the full markdown link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_path | Yes | Destination path (exact, must not already exist) | |
| old_path | Yes | Current file path (exact path required) | |
| update_links | No | Update wikilinks in other files pointing to this note (default: true) |