mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 07:16:12 +02:00
Support for templates
This commit is contained in:
parent
43bb1f1cb2
commit
7c6b2e4bce
5 changed files with 31 additions and 9 deletions
|
@ -47,6 +47,7 @@ default_config = {
|
|||
},
|
||||
'editor': os.getenv('VISUAL') or os.getenv('EDITOR') or "",
|
||||
'encrypt': False,
|
||||
'template': False,
|
||||
'default_hour': 9,
|
||||
'default_minute': 0,
|
||||
'timeformat': "%Y-%m-%d %H:%M",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue