| 283 | | 'pink' |
| 284 | |
| 285 | export 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 | |
| 294 | export interface DailyNotesSettings { |
| 295 | enabled: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected