mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	feat(mention): disable auto-completion
This commit is contained in:
		| @@ -118,7 +118,10 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi | ||||
|     editedNotesOpenInRibbon: boolean; | ||||
|     codeBlockWordWrap: boolean; | ||||
|     textNoteEditorMultilineToolbar: boolean; | ||||
|     /** Whether keyboard auto-completion for emojis is triggered when typing `:`. */ | ||||
|     textNoteEmojiCompletionEnabled: boolean; | ||||
|     /** Whether keyboard auto-completion for notes is triggered when typing `@` in text notes (attribute editing is not affected). */ | ||||
|     textNoteCompletionEnabled: boolean; | ||||
|     backgroundEffects: boolean; | ||||
|  | ||||
|     // Share settings | ||||
|   | ||||
		Reference in New Issue
	
	Block a user