Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
829
export
interface
DailyNoteLocation {
830
title: string
831
subpath: string
832
}
833
834
export
function
dailyNoteLocationForDate(
835
date =
new
Date(),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected