1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Desktop, Mobile: Move several features from Extra Markdown Editor Settings into the main app (#12747)

This commit is contained in:
Henry Heino
2025-08-10 01:17:12 -07:00
committed by GitHub
parent 46ab00bfe4
commit ea1d2e4878
39 changed files with 1446 additions and 6 deletions

View File

@@ -246,6 +246,8 @@ function NoteEditor(props: Props) {
markdownMarkEnabled: Setting.value('markdown.plugin.mark'),
katexEnabled: Setting.value('markdown.plugin.katex'),
spellcheckEnabled: Setting.value('editor.mobile.spellcheckEnabled'),
inlineRenderingEnabled: Setting.value('editor.inlineRendering'),
imageRenderingEnabled: Setting.value('editor.imageRendering'),
language: props.markupLanguage === MarkupLanguage.Html ? EditorLanguageType.Html : EditorLanguageType.Markdown,
useExternalSearch: true,
readOnly: props.readOnly,