marktext/static/preference.md
Felix Häusler dfffc73e69 Line ending (#234)
* Prepare line ending feature

* Detect document line ending

* Line ending conversion

* Add "endOfLine" settings option

* Add line ending menu

* Notify user about mixed endings

* Fixes

* Change line ending menu entries to radio style
2018-05-09 20:29:40 +08:00

34 lines
786 B
Markdown
Executable File

### :bust_in_silhouette: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`
```json
{
"fontSize": "16px",
"editorFontFamily": "Open Sans",
"lightColor": "#303133",
"darkColor": "rgb(217, 217, 217)",
"lineHeight": "1.6",
"theme": "light",
"autoSave": false,
"aidou": false,
"preferLooseListItem": true,
"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.