Move Note
move_noteMove a note and automatically update every wikilink and markdown link that points to it. The operation fails if the destination exists to prevent data loss.
Instructions
Move a note to a new vault-relative path and update every resolvable wikilink/Markdown link that pointed to it. Fails if the destination exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | New vault-relative path; .md is added automatically. | |
| from | Yes | Existing note path, title, or alias. | |
| updateLinks | No | Rewrite inbound links (default true). |