config/jrnl: convert to template

This commit is contained in:
xeruf 2022-11-29 23:28:20 +01:00
parent b48f70201a
commit 75a0bd7fa9
2 changed files with 21 additions and 2 deletions

View File

@ -5,14 +5,13 @@ colors:
title: blue
default_hour: 0
default_minute: 0
editor: /home/janek/.local/bin/scripts/emacstty +99999
editor: /home/janekf/.local/bin/scripts/emacstty +99999
encrypt: false
highlight: true
indent_character: '|'
journals:
default: ~/data/2-box/journal/jrnl.txt
intentions: ~/data/2-box/journal/intentions.txt
intentions-nug: ~/data/2-box/journal/intentions-nug.txt
nug: ~/data/2-box/journal/nugnug.txt
linewrap: 99
tagsymbols: '@'

View File

@ -0,0 +1,20 @@
colors:
body: none
date: green
tags: yellow
title: blue
default_hour: 0
default_minute: 0
editor: {{ env.HOME }}/.local/bin/scripts/emacstty +99999
encrypt: false
highlight: true
indent_character: '|'
journals:
default: ~/data/2-box/journal/jrnl.txt
intentions: ~/data/2-box/journal/intentions.txt
nug: ~/data/2-box/journal/nugnug.txt
linewrap: 99
tagsymbols: '@'
template: false
timeformat: '%Y-%m-%d %a %H:%M'
version: v2.8.4