mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* Remove Python 3.7 and 3.8 from github actions workflows * Update lockfile after running poetry update a couple times * Update poetry lock * Remove Python 3.7 and 3.8 from pyproject.toml and run poetry lock * Switch from pyyaml to ruamel.yaml * Remove duplicate editor key in config * Use ruamel.yaml instead of pyyaml in legacy template.py * Prevent ruamel from collapsing config YAML * Run make format
17 lines
335 B
YAML
17 lines
335 B
YAML
default_hour: 9
|
|
default_minute: 0
|
|
encrypt: false
|
|
highlight: true
|
|
editor: "vim"
|
|
journals:
|
|
default: features/journals/editor_markdown_extension.journal
|
|
linewrap: 80
|
|
tagsymbols: "@"
|
|
template: features/templates/extension.md
|
|
timeformat: "%Y-%m-%d %H:%M"
|
|
indent_character: "|"
|
|
colors:
|
|
date: none
|
|
title: none
|
|
body: none
|
|
tags: none
|