diff --git a/README.md b/README.md index b7f7560..4d10239 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,20 @@ The following properties can be configured:
Default value: 25 + + displayTasksWithinDays + If non-negative, only display tasks with a due date within displayTasksWithinDays days. For instance, setting this to 0 will only show tasks due today or overdue. This will not affect tasks without a due date, displayTasksWithoutDue controls those.
+
Possible values: -1 - +
Default value: -1 (filtering disabled) + + + + displayTasksWithoutDue + Controls if tasks without a due date are displayed.
+
Possible values: boolean +
Default value: true + +