mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	Merge branch 'develop' into ai-llm-integration
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user