GetRecentFilesOptions
Unofficial
Options for getting recent files.
Import:
import type { GetRecentFilesOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface GetRecentFilesOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| maxCount? | number | The maximum number of files to return. | |
| showCanvas? | boolean | Whether to show canvas files. | |
| showImages? | boolean | Whether to show image files. | |
| showMarkdown? | boolean | Whether to show markdown files. | |
| showNonAttachments? | boolean | Whether to show non-attachments (canvas, base). | |
| showNonImageAttachments? | boolean | Whether to show non-image attachments. |