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

Interface DailyNoteLocation

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

Source from the content-addressed store, hash-verified

827}
828
829export interface DailyNoteLocation {
830 title: string
831 subpath: string
832}
833
834export function dailyNoteLocationForDate(
835 date = new Date(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected