diff --git a/features/data/configs/basic.yaml b/features/data/configs/basic.yaml index b5e51b19..f6ab1a67 100644 --- a/features/data/configs/basic.yaml +++ b/features/data/configs/basic.yaml @@ -1,10 +1,11 @@ default_hour: 9 -timeformat: "%Y-%m-%d %H:%M" -linewrap: 80 -encrypt: false -editor: "" default_minute: 0 +editor: "" +encrypt: false highlight: true journals: default: features/journals/simple.journal +linewrap: 80 tagsymbols: "@" +template: false +timeformat: "%Y-%m-%d %H:%M" diff --git a/features/data/configs/bug153.yaml b/features/data/configs/bug153.yaml index a89c1965..eb71edd3 100644 --- a/features/data/configs/bug153.yaml +++ b/features/data/configs/bug153.yaml @@ -8,4 +8,5 @@ journals: linewrap: 80 password: '' tagsymbols: '@' +template: false timeformat: '%Y-%m-%d %H:%M' diff --git a/features/data/configs/bug343.yaml b/features/data/configs/bug343.yaml index d0765f34..6e6982a7 100644 --- a/features/data/configs/bug343.yaml +++ b/features/data/configs/bug343.yaml @@ -1,6 +1,7 @@ default_hour: 9 default_minute: 0 editor: '' +template: false encrypt: false highlight: true journals: diff --git a/features/data/configs/dayone.yaml b/features/data/configs/dayone.yaml index 5b06c73a..507a3978 100644 --- a/features/data/configs/dayone.yaml +++ b/features/data/configs/dayone.yaml @@ -1,6 +1,7 @@ default_hour: 9 default_minute: 0 editor: '' +template: false encrypt: false highlight: true journals: diff --git a/features/data/configs/empty_folder.yaml b/features/data/configs/empty_folder.yaml index d773a473..6d6a4ca2 100644 --- a/features/data/configs/empty_folder.yaml +++ b/features/data/configs/empty_folder.yaml @@ -1,6 +1,7 @@ default_hour: 9 default_minute: 0 editor: '' +template: false encrypt: false highlight: true journals: diff --git a/features/data/configs/encrypted.yaml b/features/data/configs/encrypted.yaml index fb456d28..dd96a58c 100644 --- a/features/data/configs/encrypted.yaml +++ b/features/data/configs/encrypted.yaml @@ -2,6 +2,7 @@ default_hour: 9 default_minute: 0 editor: '' encrypt: true +template: false highlight: true journals: default: features/journals/encrypted.journal diff --git a/features/data/configs/markdown-headings-335.yaml b/features/data/configs/markdown-headings-335.yaml index a32c3539..d57f5a3d 100644 --- a/features/data/configs/markdown-headings-335.yaml +++ b/features/data/configs/markdown-headings-335.yaml @@ -3,6 +3,7 @@ default_minute: 0 editor: '' encrypt: false highlight: true +template: false journals: default: features/journals/markdown-headings-335.journal linewrap: 80 diff --git a/features/data/configs/multiple.yaml b/features/data/configs/multiple.yaml index 8fccc3ba..c42719c0 100644 --- a/features/data/configs/multiple.yaml +++ b/features/data/configs/multiple.yaml @@ -3,6 +3,7 @@ default_minute: 0 editor: '' encrypt: false highlight: true +template: false journals: default: features/journals/simple.journal ideas: features/journals/nothing.journal diff --git a/features/data/configs/tags-216.yaml b/features/data/configs/tags-216.yaml index 49d58e4c..772d892c 100644 --- a/features/data/configs/tags-216.yaml +++ b/features/data/configs/tags-216.yaml @@ -3,6 +3,7 @@ default_minute: 0 editor: '' encrypt: false highlight: true +template: false journals: default: features/journals/tags-216.journal linewrap: 80 diff --git a/features/data/configs/tags-237.yaml b/features/data/configs/tags-237.yaml index 1e38c9ca..93d9c142 100644 --- a/features/data/configs/tags-237.yaml +++ b/features/data/configs/tags-237.yaml @@ -3,6 +3,7 @@ default_minute: 0 editor: '' encrypt: false highlight: true +template: false journals: default: features/journals/tags-237.journal linewrap: 80 diff --git a/features/data/configs/tags.yaml b/features/data/configs/tags.yaml index 6a00bf30..210c609d 100644 --- a/features/data/configs/tags.yaml +++ b/features/data/configs/tags.yaml @@ -3,6 +3,7 @@ default_minute: 0 editor: '' encrypt: false highlight: true +template: false journals: default: features/journals/tags.journal linewrap: 80