| 56 | } |
| 57 | |
| 58 | type DateNotePatternSettings struct { |
| 59 | Directory string `json:"directory"` |
| 60 | TitlePattern string `json:"titlePattern,omitempty"` |
| 61 | Locale string `json:"locale,omitempty"` |
| 62 | } |
| 63 | |
| 64 | type DailyNotesSettings struct { |
| 65 | Enabled bool `json:"enabled"` |
nothing calls this directly
no outgoing calls
no test coverage detected