mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Update tests for templates
This commit is contained in:
parent
7c6b2e4bce
commit
4adb5c252a
11 changed files with 15 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
default_hour: 9
|
default_hour: 9
|
||||||
timeformat: "%Y-%m-%d %H:%M"
|
|
||||||
linewrap: 80
|
|
||||||
encrypt: false
|
|
||||||
editor: ""
|
|
||||||
default_minute: 0
|
default_minute: 0
|
||||||
|
editor: ""
|
||||||
|
encrypt: false
|
||||||
highlight: true
|
highlight: true
|
||||||
journals:
|
journals:
|
||||||
default: features/journals/simple.journal
|
default: features/journals/simple.journal
|
||||||
|
linewrap: 80
|
||||||
tagsymbols: "@"
|
tagsymbols: "@"
|
||||||
|
template: false
|
||||||
|
timeformat: "%Y-%m-%d %H:%M"
|
||||||
|
|
|
@ -8,4 +8,5 @@ journals:
|
||||||
linewrap: 80
|
linewrap: 80
|
||||||
password: ''
|
password: ''
|
||||||
tagsymbols: '@'
|
tagsymbols: '@'
|
||||||
|
template: false
|
||||||
timeformat: '%Y-%m-%d %H:%M'
|
timeformat: '%Y-%m-%d %H:%M'
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
default_hour: 9
|
default_hour: 9
|
||||||
default_minute: 0
|
default_minute: 0
|
||||||
editor: ''
|
editor: ''
|
||||||
|
template: false
|
||||||
encrypt: false
|
encrypt: false
|
||||||
highlight: true
|
highlight: true
|
||||||
journals:
|
journals:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
default_hour: 9
|
default_hour: 9
|
||||||
default_minute: 0
|
default_minute: 0
|
||||||
editor: ''
|
editor: ''
|
||||||
|
template: false
|
||||||
encrypt: false
|
encrypt: false
|
||||||
highlight: true
|
highlight: true
|
||||||
journals:
|
journals:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
default_hour: 9
|
default_hour: 9
|
||||||
default_minute: 0
|
default_minute: 0
|
||||||
editor: ''
|
editor: ''
|
||||||
|
template: false
|
||||||
encrypt: false
|
encrypt: false
|
||||||
highlight: true
|
highlight: true
|
||||||
journals:
|
journals:
|
||||||
|
|
|
@ -2,6 +2,7 @@ default_hour: 9
|
||||||
default_minute: 0
|
default_minute: 0
|
||||||
editor: ''
|
editor: ''
|
||||||
encrypt: true
|
encrypt: true
|
||||||
|
template: false
|
||||||
highlight: true
|
highlight: true
|
||||||
journals:
|
journals:
|
||||||
default: features/journals/encrypted.journal
|
default: features/journals/encrypted.journal
|
||||||
|
|
|
@ -3,6 +3,7 @@ default_minute: 0
|
||||||
editor: ''
|
editor: ''
|
||||||
encrypt: false
|
encrypt: false
|
||||||
highlight: true
|
highlight: true
|
||||||
|
template: false
|
||||||
journals:
|
journals:
|
||||||
default: features/journals/markdown-headings-335.journal
|
default: features/journals/markdown-headings-335.journal
|
||||||
linewrap: 80
|
linewrap: 80
|
||||||
|
|
|
@ -3,6 +3,7 @@ default_minute: 0
|
||||||
editor: ''
|
editor: ''
|
||||||
encrypt: false
|
encrypt: false
|
||||||
highlight: true
|
highlight: true
|
||||||
|
template: false
|
||||||
journals:
|
journals:
|
||||||
default: features/journals/simple.journal
|
default: features/journals/simple.journal
|
||||||
ideas: features/journals/nothing.journal
|
ideas: features/journals/nothing.journal
|
||||||
|
|
|
@ -3,6 +3,7 @@ default_minute: 0
|
||||||
editor: ''
|
editor: ''
|
||||||
encrypt: false
|
encrypt: false
|
||||||
highlight: true
|
highlight: true
|
||||||
|
template: false
|
||||||
journals:
|
journals:
|
||||||
default: features/journals/tags-216.journal
|
default: features/journals/tags-216.journal
|
||||||
linewrap: 80
|
linewrap: 80
|
||||||
|
|
|
@ -3,6 +3,7 @@ default_minute: 0
|
||||||
editor: ''
|
editor: ''
|
||||||
encrypt: false
|
encrypt: false
|
||||||
highlight: true
|
highlight: true
|
||||||
|
template: false
|
||||||
journals:
|
journals:
|
||||||
default: features/journals/tags-237.journal
|
default: features/journals/tags-237.journal
|
||||||
linewrap: 80
|
linewrap: 80
|
||||||
|
|
|
@ -3,6 +3,7 @@ default_minute: 0
|
||||||
editor: ''
|
editor: ''
|
||||||
encrypt: false
|
encrypt: false
|
||||||
highlight: true
|
highlight: true
|
||||||
|
template: false
|
||||||
journals:
|
journals:
|
||||||
default: features/journals/tags.journal
|
default: features/journals/tags.journal
|
||||||
linewrap: 80
|
linewrap: 80
|
||||||
|
|
Loading…
Add table
Reference in a new issue