mirror of
https://github.com/marktext/marktext.git
synced 2025-05-17 17:30:31 +08:00
21 lines
425 B
Markdown
Executable File
21 lines
425 B
Markdown
Executable File
### :bust_in_silhouette:User Preferences
|
|
|
|
Edit and save to update preferences, You can only change the json bellow!
|
|
|
|
- **theme**: *String* `dark` or `light`
|
|
|
|
- **autoSave**: *Boolean* `true` or `false`
|
|
|
|
```json
|
|
{
|
|
"theme": "light",
|
|
"autoSave": false
|
|
}
|
|
```
|
|
|
|
More user preferences comming soon.
|
|
|
|
**Please use `CmdOrCtrl + S` to save your preferences and reload Mark Text to use your setting!**
|
|
|
|
> Your friends at Mark Text
|