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

Interface DateNotePatternSettings

packages/bridge-contract/src/ipc.ts:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 | 'pink'
284
285export interface DateNotePatternSettings {
286 /** Directory or date-based directory pattern inside the primary notes area. */
287 directory: string
288 /** Date-based title/filename pattern. */
289 titlePattern?: string
290 /** BCP 47 locale used for localized pattern tokens. `system` = OS/browser locale. */
291 locale?: string
292}
293
294export interface DailyNotesSettings {
295 enabled: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected