Skip to content

GetRecentFilesOptions

Unofficial

Options for getting recent files.

Import:

import type { GetRecentFilesOptions } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface GetRecentFilesOptions

Properties

PropertyTypeDescription
maxCount?numberThe maximum number of files to return.
showCanvas?booleanWhether to show canvas files.
showImages?booleanWhether to show image files.
showMarkdown?booleanWhether to show markdown files.
showNonAttachments?booleanWhether to show non-attachments (canvas, base).
showNonImageAttachments?booleanWhether to show non-image attachments.