mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 08:26:12 +02:00
Add tests for starring with various journal types
This commit is contained in:
parent
40941752fc
commit
e5c1114ca2
3 changed files with 43 additions and 5 deletions
17
features/data/configs/dayone_empty.yaml
Normal file
17
features/data/configs/dayone_empty.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
default_hour: 9
|
||||
default_minute: 0
|
||||
editor: noop
|
||||
template: false
|
||||
encrypt: false
|
||||
highlight: true
|
||||
journals:
|
||||
default: features/journals/dayone_empty.dayone
|
||||
linewrap: 80
|
||||
tagsymbols: '@'
|
||||
timeformat: '%Y-%m-%d %H:%M'
|
||||
indent_character: "|"
|
||||
colors:
|
||||
date: none
|
||||
title: none
|
||||
body: none
|
||||
tags: none
|
|
@ -0,0 +1 @@
|
|||
This file exists to preserve the directory structure, but should be ignored by jrnl.
|
Loading…
Add table
Add a link
Reference in a new issue