Skip to content

Settings reference

All settings are accessed via Settings > Daily Notes NG.

Journals

The core of the plugin. Each journal is a named destination for periodic notes.

Add journal button creates a new journal with defaults. Each journal card shows:

FieldDescription
NameHuman-readable label (e.g., “Personal”, “Work standup”)
Periodicitydaily, weekly, monthly, quarterly, or yearly
FolderWhere notes are created. Supports {{person}} interpolation. Autocomplete available.
Date formatMoment.js format for filenames
TemplatePath to template file. Autocomplete available.
ScopeGlobal (everyone), Person (one user), or Group (team members)
OwnerPerson or group note path (for non-global scopes). Autocomplete available.
EnabledToggle on/off
RemoveDelete this journal definition

Default date formats

PeriodicityFormatExample
DailyYYYY-MM-DD2026-03-25
Weeklygggg-[W]WW2026-W13
MonthlyYYYY-MM2026-03
QuarterlyYYYY-[Q]Q2026-Q1
YearlyYYYY2026

Folder notes

See folder notes guide for setup.

SettingDefaultDescription
Folder-note modefalseStore notes as YYYY-MM-DD/YYYY-MM-DD.md instead of flat. Enables attachment nesting.
Auto-generate periodic indextrueCreate a .base MOC dashboard in each journal folder
Base MOC template(built-in)Advanced: custom YAML for auto-generated .base files

Calendar

SettingDefaultDescription
Open on startupfalseAuto-open calendar sidebar
Show week numberstrueDisplay ISO week numbers
Week startMondayFirst day of week
Dot indicatorstrueShow dots for days with notes

Identity

See multi-user identity.

Core

SettingDefaultDescription
Enable multi-user identityfalseMaster toggle for the identity system

Device registration

SettingDescription
This device(read-only) Device name, ID prefix, registered person
Register this devicePerson note path with autocomplete + Register button
Registered devicesTable of all mappings with Remove buttons

Attribution

SettingDefaultDescription
Auto-set creatorfalseAdd creator frontmatter
Creator field namecreatorFrontmatter property name

Note identity

SettingDefaultDescription
UUID property namednngIdFrontmatter property for note UUIDs. Empty to disable.
Auto-generate UUIDstrueGenerate UUID on new notes

Discovery

SettingDefaultDescription
Person notes folder(empty)Folder to scan for person notes. Empty = entire vault. Autocomplete available.
Group notes folder(empty)Folder to scan for group notes. Autocomplete available.

Advanced type configuration

SettingDefaultDescription
Identity type propertytypeFrontmatter key for person/group detection
Person type valuepersonValue identifying person notes
Group type valuegroupValue identifying group notes
Members propertymembersKey for group member lists

Todo rollover

SettingDefaultDescription
EnablefalseCarry incomplete checkboxes from previous note
Include sub-itemstrueAlso carry nested items
Delete completedfalseRemove completed items from previous note

Frontmatter dates

SettingDefaultDescription
Track datestrueAuto-populate created/modified
Created keydate createdProperty name
Modified keydate modifiedProperty name
Date formatISO 8601Moment.js format
Delay10000Debounce in ms

Natural language dates

SettingDefaultDescription
EnabletrueToggle inline suggestions
Trigger character@Character activating suggestions
Date formatYYYY-MM-DDOutput format
Insert as linktrueWrap in wikilinks

Templates

SettingDefaultDescription
Use TemplatertrueDelegate to Templater when available

Debug

SettingDefaultDescription
Enable debug loggingfalseWrite to debug.log