mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* rename test config * Change journal name validation Journal name validation used to happen before postconfig commands could have a chance to run, so now each command is responsible for its own error-checking of the journal name. Added a new decorator and function that makes this error-checking easier. Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com> * fix wrapper function call to be more like original * change arg names to show which aren't used * add type hints Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
13 lines
264 B
YAML
13 lines
264 B
YAML
default_hour: 9
|
|
default_minute: 0
|
|
editor: ''
|
|
template: false
|
|
encrypt: false
|
|
highlight: true
|
|
journals:
|
|
simple: features/journals/simple.journal
|
|
work: features/journals/work.journal
|
|
linewrap: 80
|
|
tagsymbols: '@'
|
|
timeformat: '%Y-%m-%d %H:%M'
|
|
indent_character: "|"
|