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

Struct DateNotePatternSettings

apps/server/internal/vault/types.go:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type DateNotePatternSettings struct {
59 Directory string `json:"directory"`
60 TitlePattern string `json:"titlePattern,omitempty"`
61 Locale string `json:"locale,omitempty"`
62}
63
64type DailyNotesSettings struct {
65 Enabled bool `json:"enabled"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected