1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-19 21:10:39 +00:00

default note type

This commit is contained in:
Dick Choi
2016-09-10 10:07:41 +09:00
parent 8e4c3a3b21
commit 2b85aa1b88
3 changed files with 157 additions and 24 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ const defaultConfig = {
},
ui: {
theme: 'default',
disableDirectWrite: false
disableDirectWrite: false,
defaultNote: 'ALWAYS_ASK' // 'ALWAYS_ASK', 'SNIPPET_NOTE', 'MARKDOWN_NOTE'
},
editor: {
theme: 'xcode',