mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* Check config if FolderJournal and treat as so * Add test for end of path is slash * Code format correction * Requested changes PR 1482 * Add info to doc about path of folder. * Small addition to doc about folder journal
19 lines
401 B
YAML
19 lines
401 B
YAML
default_hour: 9
|
|
default_minute: 0
|
|
editor: ""
|
|
encrypt: false
|
|
highlight: true
|
|
journals:
|
|
default: features/journals/missing_directory/simple.journal
|
|
endslash: features/journals/missing_folder/
|
|
endbackslash: features\journals\missing_folder\
|
|
linewrap: 80
|
|
tagsymbols: "@"
|
|
template: false
|
|
timeformat: "%Y-%m-%d %H:%M"
|
|
indent_character: "|"
|
|
colors:
|
|
date: none
|
|
title: none
|
|
body: none
|
|
tags: none
|