mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Changes cleaning strategy
This commit is contained in:
parent
c0733f36c5
commit
dbf5caa971
8 changed files with 8 additions and 16 deletions
14
features/data/configs/basic.json
Normal file
14
features/data/configs/basic.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"default_hour": 9,
|
||||
"timeformat": "%Y-%m-%d %H:%M",
|
||||
"linewrap": 80,
|
||||
"encrypt": false,
|
||||
"editor": "",
|
||||
"default_minute": 0,
|
||||
"highlight": true,
|
||||
"password": "",
|
||||
"journals": {
|
||||
"default": "features/journals/simple.journal"
|
||||
},
|
||||
"tagsymbols": "@"
|
||||
}
|
14
features/data/configs/encrypted.json
Normal file
14
features/data/configs/encrypted.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"default_hour": 9,
|
||||
"timeformat": "%Y-%m-%d %H:%M",
|
||||
"linewrap": 80,
|
||||
"encrypt": true,
|
||||
"editor": "",
|
||||
"default_minute": 0,
|
||||
"highlight": true,
|
||||
"password": "",
|
||||
"journals": {
|
||||
"default": "features/journals/encrypted.journal"
|
||||
},
|
||||
"tagsymbols": "@"
|
||||
}
|
16
features/data/configs/multiple.json
Normal file
16
features/data/configs/multiple.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"default_hour": 9,
|
||||
"timeformat": "%Y-%m-%d %H:%M",
|
||||
"linewrap": 80,
|
||||
"encrypt": false,
|
||||
"editor": "",
|
||||
"default_minute": 0,
|
||||
"highlight": true,
|
||||
"password": "",
|
||||
"journals": {
|
||||
"default": "features/journals/simple.journal",
|
||||
"work": "features/journals/work.journal",
|
||||
"ideas": "features/journals/nothing.journal"
|
||||
},
|
||||
"tagsymbols": "@"
|
||||
}
|
BIN
features/data/journals/encrypted.journal
Normal file
BIN
features/data/journals/encrypted.journal
Normal file
Binary file not shown.
5
features/data/journals/simple.journal
Normal file
5
features/data/journals/simple.journal
Normal file
|
@ -0,0 +1,5 @@
|
|||
2013-06-09 15:39 My first entry.
|
||||
Everything is alright
|
||||
|
||||
2013-06-10 15:40 Life is good.
|
||||
But I'm better.
|
0
features/data/journals/work.journal
Normal file
0
features/data/journals/work.journal
Normal file
Loading…
Add table
Add a link
Reference in a new issue