marktext/static/preference.md
Felix Häusler 004879b49a Modified themes and added dark and one dark theme (#826)
* Modified themes and added dark and one dark theme

* fix: print service

* Update documentation
2019-03-31 12:56:03 +08:00

1.2 KiB
Executable File

👤User Preferences

Edit and save to update preferences. You can only change the JSON below!

  • theme: String dark, graphite, material-dark, one-dark, light or ulysses

  • autoSave: Boolean true or false

  • endOfLine: String lf, crlf or default

  • bulletListMarker: String +,- or *

  • textDirection: String ltr or rtl

  • titleBarStyle: String csd (macOS only), custom or native

{
  "fontSize": "16px",
  "editorFontFamily": "Open Sans",
  "codeFontFamily": "DejaVu Sans Mono",
  "codeFontSize": "14px",
  "lightColor": "#303133",
  "darkColor": "rgb(217, 217, 217)",
  "lineHeight": "1.6",
  "theme": "light",
  "autoSave": false,
  "aidou": false,
  "hideQuickInsertHint": false,
  "preferLooseListItem": true,
  "bulletListMarker": "-",
  "autoPairBracket": true,
  "autoPairMarkdownSyntax": true,
  "autoPairQuote": true,
  "endOfLine": "default",
  "tabSize": 4,
  "textDirection": "ltr",
  "titleBarStyle": "csd",
  "openFilesInNewWindow": true
}

More user preferences coming soon.

Please use Cmd + S/Ctrl + S to save your preferences and reload Mark Text to use your setting!

Your friends at Mark Text.