mirror of
https://github.com/marktext/marktext.git
synced 2025-05-08 12:22:43 +08:00

* Modified themes and added dark and one dark theme * fix: print service * Update documentation
1.4 KiB
1.4 KiB
Settings
Options
Editor
- fontSize: The editor font size.
- editorFontFamily: The editor font family name.
- codeFontSize: The code block font size.
- codeFontFamily: The code block font family name.
- lineHeight: The line height of the editor.
- tabSize: The number of spaces a tab is equal to.
- autoPairBracket: If
true
the editor automatically closes brackets. - autoPairMarkdownSyntax: If
true
the editor automatically closes inline markdown like*
or_
. - autoPairQuote: If
true
the editor automatically closes quotes ('
and"
). - hideQuickInsertHint: If
true
the editor hides the quick insert hint. - preferLooseListItem: The preferred list style. If
true
a loose list is preferred otherwise a tight list. - bulletListMarker: The preferred list item bullet (
+
,-
or*
).
Files
- autoSave: Automatically saves the file after editing.
- endOfLine: The default end of line character (
lf
,crlf
ordefault
).
Window
- theme: Specifies the theme (
dark
,graphite
,material-dark
,one-dark
,light
orulysses
). - textDirection: The editor text direction (
ltr
orrtl
). - openFilesInNewWindow: If
true
files should opened in a new window. - titleBarStyle: Specifies the title bar (
csd
(macOS only),custom
ornative
).
Misc
- aidou: Show aidou menu entry.
Deprecated
- lightColor
- darkColor