feat: add note layout preference

This commit is contained in:
lucaronin
2026-04-26 04:41:18 +02:00
parent 5fd8f8fb40
commit c7edc71a97
19 changed files with 277 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ type SaveFn = (config: VaultConfig) => void
type Listener = () => void
const DEFAULT_CONFIG: VaultConfig = {
zoom: null, view_mode: null, editor_mode: null,
zoom: null, view_mode: null, editor_mode: null, note_layout: null,
tag_colors: null, status_colors: null, property_display_modes: null,
inbox: null,
}