Move page or folder
wiki_move_pageMove or rename wiki pages or folders and automatically rewrite relative Markdown links, keeping wikilinks intact. Preview planned changes with dry-run.
Instructions
Move or rename a page or a whole folder and rewrite relative Markdown links (id-based wikilinks stay valid). With dryRun=true you get the planned changes without writing anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target path relative to the wiki root. | |
| from | Yes | Current path (file or folder) relative to the wiki root. | |
| dryRun | No | Plan only, do not write. | |
| overwrite | No | Overwrite an existing target (default false). | |
| updateLinks | No | Rewrite links on other pages (default true). |