Skip to content

DailyNotesOptions

Defined in: src/obsidian/internals/InternalPlugins/DailyNotes/DailyNotesOptions.d.ts:2

Properties

autorun?

optional autorun: boolean

Defined in: src/obsidian/internals/InternalPlugins/DailyNotes/DailyNotesOptions.d.ts:4

Open the daily note automatically whenever the vault is opened.


folder?

optional folder: string

Defined in: src/obsidian/internals/InternalPlugins/DailyNotes/DailyNotesOptions.d.ts:6

New daily notes will be placed here.


format?

optional format: string

Defined in: src/obsidian/internals/InternalPlugins/DailyNotes/DailyNotesOptions.d.ts:10

Naming syntax for daily note in Moment.js syntax. https://momentjs.com/docs/#/displaying/format/


template?

optional template: string

Defined in: src/obsidian/internals/InternalPlugins/DailyNotes/DailyNotesOptions.d.ts:12

Path to the file to use as a template.