Skip to content

Commit 0ec3d48

Browse files
committed
docs: add changelog and configuration docs
1 parent 20a311b commit 0ec3d48

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- You can now configure default values for due date & project when creating tasks from inside Obsidian.
1818
- For due date, you can select none, today, or tomorrow.
1919
- For project, you can select any project or the Inbox.
20+
- For labels, you can select one or more of the available labels.
2021

2122
### ⚙ Internal
2223

docs/docs/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ This defines the default project assigned to tasks created via [commands](./comm
6363

6464
If the project referenced here no longer exists, you will get a warning when opening the task creation modal and the Inbox will be used instead.
6565

66+
### Default labels
67+
68+
This defines the default labels assigned to tasks created via [commands](./commands/add-task). You can select zero, one, or multiple labels to be automatically applied to new tasks.
69+
70+
If any of the selected labels no longer exist in Todoist, you will get a warning when opening the task creation modal and they will be skipped.
71+
6672
## Advanced
6773

6874
### Debug logging

docs/docs/translation-status.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
{
33
"name": "English",
44
"code": "en",
5-
"completed": 178,
5+
"completed": 187,
66
"missing": 0,
77
"percent": 100
88
},
99
{
1010
"name": "Nederlands",
1111
"code": "nl",
1212
"completed": 148,
13-
"missing": 30,
14-
"percent": 83
13+
"missing": 39,
14+
"percent": 79
1515
}
1616
]

0 commit comments

Comments
 (0)