bjsi_incremental-writing/data.json

23 lines
525 B
JSON
Raw Permalink Normal View History

2021-06-20 11:41:52 +00:00
{
"queueTagMap": {
"IW-Queue": [
"iw"
]
},
"defaultPriorityMin": 10,
"defaultPriorityMax": 50,
2021-06-20 11:41:52 +00:00
"queueFolderPath": "IW-Queues",
"queueFileName": "IW-Queue.md",
"defaultQueueType": "afactor",
"skipAddNoteWindow": false,
"autoAddNewNotes": false,
"defaultFirstRepDate": "tomorrow",
2021-09-23 09:00:37 +00:00
"askForNextRepDate": false,
2021-09-25 15:24:56 +00:00
"dropdownNaturalDates": {
"today": "today",
"tomorrow": "tomorrow",
"in two days": "in two days",
2021-10-02 10:54:00 +00:00
"next week": "next week",
"in two weeks": "in two weeks"
2021-09-25 15:24:56 +00:00
}
}