You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Desktop,Mobile: Add setting to disable markup autocompletion (#11222)
This commit is contained in:
		| @@ -345,6 +345,7 @@ function NoteEditor(props: Props, ref: any) { | ||||
|  | ||||
| 		automatchBraces: false, | ||||
| 		ignoreModifiers: false, | ||||
| 		autocompleteMarkup: Setting.value('editor.autocompleteMarkup'), | ||||
|  | ||||
| 		indentWithTabs: true, | ||||
| 	}), [props.themeId, props.readOnly]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user