MarkdownView.onExternalDataChange method
MarkdownView › onExternalDataChange
Unofficial
Update editor on external data change (from sync plugin).Signature:
onExternalDataChange(file: TFile, data: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The file that changed. |
| data | string | The new file data. |
Returns: void