1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Add tests for RcParser

This commit is contained in:
asmsuechan
2017-08-12 09:36:39 +09:00
parent 1e202db50f
commit fcaa5e21cf
4 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"amaEnabled": true,
"editor": {
"fontFamily": "Monaco, Consolas",
"fontSize": "14",
"indentSize": "2",
"indentType": "space",
"keyMap": "vim",
"switchPreview": "BLUR",
"theme": "monokai"
},
"hotkey": {
"toggleFinder": "Cmd + Alt + S",
"toggleMain": "Cmd + Alt + L"
},
"isSideNavFolded": false,
"listStyle": "DEFAULT",
"listWidth": 174,
"navWidth": 200,
"preview": {
"codeBlockTheme": "dracula",
"fontFamily": "Lato",
"fontSize": "14",
"lineNumber": true
},
"sortBy": "UPDATED_AT",
"ui": {
"defaultNote": "ALWAYS_ASK",
"disableDirectWrite": false,
"theme": "default"
},
"zoom": 1
}

View File

@@ -0,0 +1,12 @@
{
"editor": {
"keyMap": "vim",
"switchPreview": "BLUR",
"theme": "monokai",
},
"hotkey": {
"toggleMain": "Control + L"
},
"listWidth": 135,
"navWidth": 135
}

View File

@@ -0,0 +1,12 @@
{
"editor": {
"keyMap": "vim",
"switchPreview": "BLUR",
"theme": "monokai"
},
"hotkey": {
"toggleMain": "Control + L"
},
"listWidth": 135,
"navWidth": 135
}