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

Interface DateNoteInfo

packages/app-core/src/lib/vault-layout.ts:859–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859export interface DateNoteInfo {
860 kind: 'daily' | 'weekly'
861 /** Daily: that calendar day. Weekly: the Monday of that ISO week. */
862 date: Date
863}
864
865function currentDailyNotePattern(settings: VaultSettings): DateNotePatternSettings {
866 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected