move_note
Rename or move a note while automatically updating all inbound wiki-links across the vault, preserving aliases, embeds, and heading references. Frontmatter titles are updated when they match the old basename.
Instructions
Rename or move a note. Inbound wiki-links in other notes are rewritten in place immediately (bare [[old]], [[old|alias]], ![[old]] embeds, and [[old#heading]]/[[old^block]] suffixes all handled). If the note's frontmatter has a title: field matching the old basename, it's auto-rewritten to the new basename (custom titles and missing titles are left alone). Response includes linksRewritten: { files, occurrences }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Current path or fuzzy match of the note to move. | |
| destination | Yes | New vault-relative path (including `.md`). `.md` is appended automatically if omitted. | |
| dryRun | No | If true, report what would be rewritten without mutating any files. |