Skip to content

DailyNotesOptions

Unofficial

Configuration options for the daily notes plugin.

Import:

import type { DailyNotesOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface DailyNotesOptions

Properties

PropertyTypeDescription
autorun?booleanOpen the daily note automatically whenever the vault is opened.
folder?stringNew daily notes will be placed here.
format?stringNaming syntax for daily note in Moment.js syntax.
template?stringPath to the file to use as a template.

Links to this page: