mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 12:59:09 +08:00
73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"autoSave": false,
|
|
"autoSaveDelay": 5000,
|
|
"titleBarStyle": "custom",
|
|
"openFilesInNewWindow": false,
|
|
"openFolderInNewWindow": false,
|
|
"zoom": 1.0,
|
|
"hideScrollbar": false,
|
|
"wordWrapInToc": false,
|
|
"fileSortBy": "created",
|
|
"startUpAction": "lastState",
|
|
"defaultDirectoryToOpen": "",
|
|
"language": "en",
|
|
|
|
"editorFontFamily": "Open Sans",
|
|
"fontSize": 16,
|
|
"lineHeight": 1.6,
|
|
"codeFontSize": 14,
|
|
"codeFontFamily": "DejaVu Sans Mono",
|
|
"codeBlockLineNumbers": true,
|
|
"trimUnnecessaryCodeBlockEmptyLines": true,
|
|
"editorLineWidth": "",
|
|
|
|
"autoPairBracket": true,
|
|
"autoPairMarkdownSyntax": true,
|
|
"autoPairQuote": true,
|
|
"endOfLine": "default",
|
|
"defaultEncoding": "utf8",
|
|
"autoGuessEncoding": true,
|
|
"trimTrailingNewline": 2,
|
|
"textDirection": "ltr",
|
|
"hideQuickInsertHint": false,
|
|
"imageInsertAction": "path",
|
|
"imagePreferRelativeDirectory": false,
|
|
"imageRelativeDirectoryName": "assets",
|
|
"hideLinkPopup": false,
|
|
"autoCheck": false,
|
|
|
|
"preferLooseListItem": true,
|
|
"bulletListMarker": "-",
|
|
"orderListDelimiter": ".",
|
|
"preferHeadingStyle": "atx",
|
|
"tabSize": 4,
|
|
"listIndentation": 1,
|
|
"frontmatterType": "-",
|
|
"superSubScript": false,
|
|
"footnote": false,
|
|
"isHtmlEnabled": true,
|
|
"isGitlabCompatibilityEnabled": false,
|
|
"sequenceTheme": "hand",
|
|
|
|
"theme": "light",
|
|
"autoSwitchTheme": 2,
|
|
|
|
"spellcheckerEnabled": false,
|
|
"spellcheckerIsHunspell": false,
|
|
"spellcheckerNoUnderline": false,
|
|
"spellcheckerAutoDetectLanguage": false,
|
|
"spellcheckerLanguage": "en-US",
|
|
|
|
"sideBarVisibility": false,
|
|
"tabBarVisibility": false,
|
|
"sourceCodeModeEnabled": false,
|
|
|
|
"searchExclusions": [],
|
|
"searchMaxFileSize": "",
|
|
"searchIncludeHidden": false,
|
|
"searchNoIgnore": false,
|
|
"searchFollowSymlinks": true,
|
|
|
|
"watcherUsePolling": false
|
|
}
|