1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-02-10 22:41:40 +00:00

Merge pull request #110 from BoostIO/ui-improvement

Ui improvement for v0.6.5
This commit is contained in:
Dick Choi
2016-09-10 14:26:44 +09:00
committed by GitHub
16 changed files with 414 additions and 79 deletions

View File

@@ -8,13 +8,15 @@ const defaultConfig = {
zoom: 1,
isSideNavFolded: false,
listWidth: 250,
navWidth: 200,
hotkey: {
toggleFinder: OSX ? 'Cmd + Alt + S' : 'Super + Alt + S',
toggleMain: OSX ? 'Cmd + Alt + L' : 'Super + Alt + E'
},
ui: {
theme: 'default',
disableDirectWrite: false
disableDirectWrite: false,
defaultNote: 'ALWAYS_ASK' // 'ALWAYS_ASK', 'SNIPPET_NOTE', 'MARKDOWN_NOTE'
},
editor: {
theme: 'xcode',