(pattern: DateNotePatternSettings)
| 2739 | const MAX_DATE_NOTE_PATTERN_HISTORY = 20 |
| 2740 | |
| 2741 | function dateNotePatternKey(pattern: DateNotePatternSettings): string { |
| 2742 | return `${pattern.directory}\0${pattern.titlePattern ?? ''}\0${pattern.locale ?? ''}` |
| 2743 | } |
| 2744 | |
| 2745 | function currentDailyPatternFromSettings(settings: VaultSettings): DateNotePatternSettings { |
| 2746 | return { |
no outgoing calls
no test coverage detected