obsidian/link-update-progress
Types describing the progress reported while links are updated across multiple files during a rename/move link-update operation. A consumer (e.g. a plugin) can supply a LinkUpdateProgressReporter to surface a persistent/updating “N of M links updated” notice.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| LinkUpdateProgress | A progress update emitted once per file whose links are updated during a multi-file rename/move link-update operation. |
| Type | Description |
|---|---|
| LinkUpdateProgressReporter | A reporter invoked once per file whose links are updated during a multi-file rename/move link-update operation. It is always optional: when it is not provided, no progress is reported and behavior is otherwise unchanged. |