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