Skip to content

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.

InterfaceDescription
LinkUpdateProgressA progress update emitted once per file whose links are updated during a multi-file rename/move link-update operation.
TypeDescription
LinkUpdateProgressReporterA 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.