Merge branch 'develop' into ai-llm-integration

This commit is contained in:
perf3ct
2025-03-24 21:16:20 +00:00
121 changed files with 2564 additions and 1053 deletions

View File

@@ -45,6 +45,7 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
passwordVerificationSalt: string;
passwordDerivedKeySalt: string;
encryptedDataKey: string;
hoistedNoteId: string;
// AI/LLM integration options
aiEnabled: boolean;
@@ -107,6 +108,9 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
firstDayOfWeek: number;
languages: string;
// Appearance
splitEditorOrientation: "horziontal" | "vertical";
initialized: boolean;
isPasswordSet: boolean;
overrideThemeFonts: boolean;