Add opt-in date grouping for the All Notes list

This commit is contained in:
Yuri Karamian
2026-06-24 22:38:23 +02:00
parent 3ef0e14581
commit 987b1b9ed7
5 changed files with 83 additions and 6 deletions
+1
View File
@@ -137,6 +137,7 @@ export interface VaultState {
notebook_order?: Record<string, number>;
note_order?: Record<string, number>;
sort_mode?: string;
group_notes_by_date?: boolean;
last_view_mode?: string;
last_notebook?: string | null;
last_tag?: string | null;