obsidian/internals/link-update
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| CanvasLinkUpdater | Link updater for canvas files, handling link updates when files are renamed or moved. |
| LinkChangeUpdate | Describes a single link change to apply when a file is renamed or moved. |
| LinkUpdate | Represents a link that needs to be updated due to a file rename or move. |
| LinkUpdater | Handler for updating links within a specific file type when files are renamed or moved. |
| LinkUpdaters | Record of link updaters keyed by file type, used to update links when files are renamed or moved. |
| LinkUpdatesHandler | Callback that processes a batch of link updates when files are renamed or moved. |