Skip to content

DailyNotesPluginInstance.onOpenDailyNote method

DailyNotesPluginInstance › onOpenDailyNote

Unofficial

Handle the open daily note command event.

Signature:

onOpenDailyNote(evt: Event): Promise<void>

Parameters:

Parameter Type Description
evt Event The triggering event.

Returns: Promise<void>A promise that resolves when the daily note is opened.