DailyNotesOptions
Unofficial
Configuration options for the daily notes plugin.
Import:
import type { DailyNotesOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface DailyNotesOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| autorun? | boolean | Open the daily note automatically whenever the vault is opened. | |
| folder? | string | New daily notes will be placed here. | |
| format? | string | Naming syntax for daily note in Moment.js syntax. | |
| template? | string | Path to the file to use as a template. |
Links to this page: