mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
Tasks: per-vault persistence for the Flagged filter, Hide done, and sort mode (issue #94)
This commit is contained in:
@@ -111,6 +111,9 @@ export interface VaultState {
|
||||
last_notebook?: string | null;
|
||||
last_tag?: string | null;
|
||||
tasks_layout?: string;
|
||||
tasks_hide_completed?: boolean;
|
||||
tasks_only_flagged?: boolean;
|
||||
tasks_sort?: string;
|
||||
}
|
||||
|
||||
export interface SearchResult {
|
||||
|
||||
Reference in New Issue
Block a user