marktext/static/preference.md
冉四夕 30caf53d08
List item marker (#290)
* add bullet list marker to preference file

* list marker

* update change log

* update change log

* code style and remove debug codes
2018-05-22 10:19:37 +08:00

862 B
Executable File

👤User Preferences

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

  • theme: String dark or light

  • autoSave: Boolean true or false

  • endOfLine: String lf, crlf or default

  • bulletListMarker: String +,- or *

{
  "fontSize": "16px",
  "editorFontFamily": "Open Sans",
  "lightColor": "#303133",
  "darkColor": "rgb(217, 217, 217)",
  "lineHeight": "1.6",
  "theme": "light",
  "autoSave": false,
  "aidou": false,
  "preferLooseListItem": true,
  "bulletListMarker": "-",
  "autoPairBracket": true,
  "autoPairMarkdownSyntax": true,
  "autoPairQuote": true,
  "endOfLine": "default"
}

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.