DailyNotesPluginInstance.gotoPreviousExisting method
DailyNotesPluginInstance › gotoPreviousExisting
Unofficial
Navigate to the previous existing daily note before the given timestamp.Signature:
gotoPreviousExisting(timestamp: number): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| timestamp | number | The reference timestamp. |
Returns: Promise<void> — A promise that resolves when navigation is complete.