mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
config file for pretty formatting
This commit is contained in:
parent
2251cd3a2f
commit
3d69131411
1 changed files with 19 additions and 0 deletions
19
features/data/configs/pretty.yaml
Normal file
19
features/data/configs/pretty.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
default_hour: 9
|
||||||
|
default_minute: 0
|
||||||
|
editor: "vim"
|
||||||
|
encrypt: false
|
||||||
|
highlight: true
|
||||||
|
journals:
|
||||||
|
default: features/journals/simple.journal
|
||||||
|
linewrap: 80
|
||||||
|
tagsymbols: "@"
|
||||||
|
template: false
|
||||||
|
timeformat: "%Y-%m-%d %H:%M"
|
||||||
|
indent_character: "|"
|
||||||
|
colors:
|
||||||
|
body: green
|
||||||
|
title: blue
|
||||||
|
date: red
|
||||||
|
tags: magenta
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue