1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"vimMode": true,
"alwaysUpdateLinks": true,
"readableLineLength": true,
"tabSize": 2,
"livePreview": false,
"showLineNumber": true,
"showUnsupportedFiles": true,
"pdfExportSettings": {
"includeName": true,
"pageSize": "A4",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
"defaultViewMode": "preview",
"promptDelete": false,
"newFileLocation": "current",
"newFileFolderPath": "",
"autoConvertHtml": true,
"propertiesInDocument": "source",
"spellcheck": true,
"autoPairMarkdown": false,
"strictLineBreaks": false
}
|