mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-09-19 09:27:29 +02:00
Add opt-in date grouping for the All Notes list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user