Persist note-list sort mode across restarts; date follows sort + tooltip

This commit is contained in:
Yuri Karamian
2026-06-08 00:47:05 +02:00
parent 393505e1ac
commit f19ddee17d
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -100,6 +100,7 @@ export interface VaultState {
collapsed_notebooks: string[];
notebook_sort_mode?: string;
notebook_order?: Record<string, number>;
sort_mode?: string;
}
export interface SearchResult {