move_note
Move or rename a note to a new vault-relative path, automatically updating links in other notes to prevent broken references.
Instructions
Move or rename a note to a new vault-relative path, rewriting wikilinks and markdown links in other notes that point at it so nothing breaks (links inside fenced code blocks are left alone). Parent directories at the destination are created automatically. Fails if the destination already exists unless overwrite is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Vault-relative destination path. | |
| from | Yes | Vault-relative source path. | |
| overwrite | No | Overwrite destination if it exists. Defaults to false. | |
| rewriteLinks | No | Rewrite references in other notes to follow the move. Defaults to true; pass false to move the file only. |