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

add Date ISO 8601 format

This commit is contained in:
mehdi
2019-06-24 06:10:31 +09:00
parent 49c75e3599
commit 6e45ee6a38
7 changed files with 27 additions and 5 deletions

View File

@@ -39,7 +39,8 @@ export const DEFAULT_CONFIG = {
showCopyNotification: true,
disableDirectWrite: false,
defaultNote: 'ALWAYS_ASK', // 'ALWAYS_ASK', 'SNIPPET_NOTE', 'MARKDOWN_NOTE'
showMenuBar: false
showMenuBar: false,
dateFormatISO8601: false
},
editor: {
theme: 'base16-light',