marktext/static/preference.md
enyaxu c01c65cbba #421 Add experiment function RTL support (#439)
* feature: Add experiment RTL support

* fix: binding to currentfile textdirection

* feature: add sourcecode RTL support

* feature: add text direction menu upgrade

* fix sourceCode does't change from menu switch text direction
2018-08-12 20:55:48 +08:00

41 lines
950 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`
- **bulletListMarker**: *String* `+`,`-` or `*`
- **textDirection**: *String* `ltr` or `rtl`
```json
{
"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",
"tabSize": 4,
"textDirection": "ltr"
}
```
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.