You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Desktop,Mobile: Add setting to disable markup autocompletion (#11222)
This commit is contained in:
@@ -641,6 +641,18 @@ const builtInMetadata = (Setting: typeof SettingType) => {
|
||||
storage: SettingStorage.File,
|
||||
isGlobal: true,
|
||||
},
|
||||
'editor.autocompleteMarkup': {
|
||||
value: true,
|
||||
advanced: true,
|
||||
type: SettingItemType.Bool,
|
||||
public: true,
|
||||
section: 'note',
|
||||
appTypes: [AppType.Desktop, AppType.Mobile],
|
||||
label: () => _('Autocomplete Markdown and HTML'),
|
||||
description: () => _('Enables Markdown list continuation, auto-closing HTML tags, and other markup autocompletions.'),
|
||||
storage: SettingStorage.File,
|
||||
isGlobal: true,
|
||||
},
|
||||
'notes.columns': {
|
||||
value: defaultListColumns(),
|
||||
public: false,
|
||||
|
||||
Reference in New Issue
Block a user