MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / currentDailyNotePattern

Function currentDailyNotePattern

packages/app-core/src/lib/vault-layout.ts:865–871  ·  view source on GitHub ↗
(settings: VaultSettings)

Source from the content-addressed store, hash-verified

863}
864
865function currentDailyNotePattern(settings: VaultSettings): DateNotePatternSettings {
866 return {
867 directory: settings.dailyNotes.directory,
868 titlePattern: settings.dailyNotes.titlePattern ?? DEFAULT_DAILY_NOTE_TITLE_PATTERN,
869 locale: settings.dailyNotes.locale ?? DEFAULT_DAILY_NOTE_LOCALE
870 }
871}
872
873function currentWeeklyNotePattern(settings: VaultSettings): DateNotePatternSettings {
874 return {

Callers 2

dailyNoteLocationForDateFunction · 0.85
dailyNotePatternsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected