1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

refactor: move the config down to editor setting

This commit is contained in:
mehdi
2019-07-08 19:27:23 +09:00
parent 6e45ee6a38
commit 80a63f7404
6 changed files with 28 additions and 12 deletions

View File

@@ -39,8 +39,8 @@ export const DEFAULT_CONFIG = {
showCopyNotification: true,
disableDirectWrite: false,
defaultNote: 'ALWAYS_ASK', // 'ALWAYS_ASK', 'SNIPPET_NOTE', 'MARKDOWN_NOTE'
showMenuBar: false,
dateFormatISO8601: false
showMenuBar: false
// dateFormatISO8601: false
},
editor: {
theme: 'base16-light',
@@ -66,7 +66,8 @@ export const DEFAULT_CONFIG = {
spellcheck: false,
enableSmartPaste: false,
enableMarkdownLint: false,
customMarkdownLintConfig: DEFAULT_MARKDOWN_LINT_CONFIG
customMarkdownLintConfig: DEFAULT_MARKDOWN_LINT_CONFIG,
dateFormatISO8601: false
},
preview: {
fontSize: '14',