Skip to content

Commit c687d83

Browse files
committed
docs: add changelog and configuration docs
1 parent 269e0ea commit c687d83

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

docs/docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### ✨ Features
1616

17-
- You can now configure a default due date for new tasks in the plugin settings. Options include no default, today, or tomorrow.
17+
- You can now configure default values for due date & project when creating tasks from inside Obsidian.
18+
- For due date, you can select none, today, or tomorrow.
19+
- For project, you can select any project or the Inbox.
1820

1921
### ⚙ Internal
2022

docs/docs/configuration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ When enabled, page links added to tasks created via the [command](./commands/add
5353

5454
When enabled, the embedded add task button in queries will add a link to the page to the task in the specified place. This behaviour can also be disabled completely.
5555

56+
### Default due date
57+
58+
This defines the default due date assigned to tasks created via [commands](./commands/add-task). This can be one of: none, today, or tomorrow.
59+
60+
### Default project
61+
62+
This defines the default project assigned to tasks created via [commands](./commands/add-task). This can be configured to any of your projects, or the Inbox.
63+
64+
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.
65+
5666
## Advanced
5767

5868
### 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": 170,
5+
"completed": 178,
66
"missing": 0,
77
"percent": 100
88
},
99
{
1010
"name": "Nederlands",
1111
"code": "nl",
1212
"completed": 148,
13-
"missing": 22,
14-
"percent": 87
13+
"missing": 30,
14+
"percent": 83
1515
}
1616
]

0 commit comments

Comments
 (0)