| 857 | } |
| 858 | |
| 859 | export interface DateNoteInfo { |
| 860 | kind: 'daily' | 'weekly' |
| 861 | /** Daily: that calendar day. Weekly: the Monday of that ISO week. */ |
| 862 | date: Date |
| 863 | } |
| 864 | |
| 865 | function currentDailyNotePattern(settings: VaultSettings): DateNotePatternSettings { |
| 866 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected