manuskript/sample-projects/book-of-acts/settings.txt

91 lines
2.1 KiB
Plaintext
Raw Normal View History

{
"autoSave": false,
"autoSaveDelay": 5,
"autoSaveNoChanges": true,
"autoSaveNoChangesDelay": 5,
"corkBackground": {
"color": "#926239",
"image": "writingdesk.jpg"
},
"corkSizeFactor": 84,
2017-10-18 21:44:05 +13:00
"corkStyle": "new",
"defaultTextType": "md",
"dict": "en_US",
2017-11-16 08:33:27 +13:00
"dontShowDeleteWarning": false,
2016-03-11 03:35:41 +13:00
"folderView": "cork",
"frequencyAnalyzer": {
"phraseMax": 5,
"phraseMin": 2,
"wordExclude": "a, and, or",
"wordMin": 1
},
"fullScreenTheme": "gentleblues",
2016-03-11 03:35:41 +13:00
"lastTab": 6,
"openIndexes": [
null
],
"outlineViewColumns": [
0,
8,
9,
11,
12,
13,
7
],
"revisions": {
"keep": true,
"rules": {
"2592000": 86400,
"3600": 600,
"600": 60,
2016-03-11 03:35:41 +13:00
"86400": 3600,
"null": 604800
},
"smartremove": true
},
"saveOnQuit": true,
"saveToZip": false,
"spellcheck": false,
"textEditor": {
"background": "#fff",
2017-11-16 08:33:27 +13:00
"backgroundTransparent": false,
"cursorNotBlinking": false,
2017-10-18 21:44:05 +13:00
"cursorWidth": 1,
"font": "DejaVu Sans,10,-1,5,50,0,0,0,0,0",
"fontColor": "#000",
"indent": true,
"lineSpacing": 100,
2017-11-16 08:33:27 +13:00
"marginsLR": 0,
"marginsTB": 0,
"maxWidth": 0,
"misspelled": "#F00",
"spacingAbove": 5,
"spacingBelow": 5,
2017-10-18 21:44:05 +13:00
"tabWidth": 20,
"textAlignment": 0
},
"viewMode": "fiction",
"viewSettings": {
"Cork": {
"Background": "Nothing",
"Border": "Nothing",
"Corner": "Label",
"Icon": "Nothing",
"Text": "Nothing"
},
"Outline": {
"Background": "Nothing",
"Icon": "Nothing",
"Text": "Compile"
},
"Tree": {
"Background": "Nothing",
"Icon": "Nothing",
"InfoFolder": "Summary",
"InfoText": "Nothing",
2017-11-16 08:33:27 +13:00
"Text": "Compile",
"iconSize": 24
}
}
}