Skip to content

MarkdownView.onExternalDataChange method

MarkdownView › onExternalDataChange

Unofficial

Update editor on external data change (from sync plugin).

Signature:

onExternalDataChange(file: TFile, data: string): void

Parameters:

Parameter Type Description
file TFile The file that changed.
data string The new file data.

Returns: void