mirror of
https://github.com/bjsi/incremental-writing.git
synced 2026-07-22 05:30:28 +00:00
23 lines
No EOL
525 B
JSON
23 lines
No EOL
525 B
JSON
{
|
|
"queueTagMap": {
|
|
"IW-Queue": [
|
|
"iw"
|
|
]
|
|
},
|
|
"defaultPriorityMin": 10,
|
|
"defaultPriorityMax": 50,
|
|
"queueFolderPath": "IW-Queues",
|
|
"queueFileName": "IW-Queue.md",
|
|
"defaultQueueType": "afactor",
|
|
"skipAddNoteWindow": false,
|
|
"autoAddNewNotes": false,
|
|
"defaultFirstRepDate": "tomorrow",
|
|
"askForNextRepDate": false,
|
|
"dropdownNaturalDates": {
|
|
"today": "today",
|
|
"tomorrow": "tomorrow",
|
|
"in two days": "in two days",
|
|
"next week": "next week",
|
|
"in two weeks": "in two weeks"
|
|
}
|
|
} |