FileManager.downloadAttachmentsForNote method
FileManager › downloadAttachmentsForNote
Unofficial
Download attachments for note.Signature:
downloadAttachmentsForNote(file: TFile): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The file to download attachments for. |
Returns: Promise<void> — A promise that resolves when the attachments are downloaded.