mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
- Run formatter - Take out old tags - Use new steps on tests Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
18 lines
446 B
YAML
18 lines
446 B
YAML
default_hour: 9
|
|
default_minute: 0
|
|
editor: ''
|
|
encrypt: false
|
|
highlight: true
|
|
template: false
|
|
journals:
|
|
default: features/journals/simple.journal
|
|
ideas: features/journals/does-not-exist.journal
|
|
simple: features/journals/simple.journal
|
|
work: features/journals/work.journal
|
|
new_encrypted:
|
|
encrypt: true
|
|
journal: features/journals/new_encrypted.journal
|
|
linewrap: 80
|
|
tagsymbols: '@'
|
|
timeformat: '%Y-%m-%d %H:%M'
|
|
indent_character: "|"
|