Merge branch 'main' into issue327

This commit is contained in:
Dustin J. Mitchell
2022-01-23 15:31:02 +00:00
3 changed files with 17 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ The following keys, and key formats, are defined:
* `end` - if present, the time at which this task was completed or deleted (note that this key may not agree with `status`: it may be present for a pending task, or absent for a deleted or completed task)
* `tag_<tag>` - indicates this task has tag `<tag>` (value is an empty string)
* `wait` - indicates the time before which this task should be hidden, as it is not actionable
* `entry` - the time at which the task was created
* `annotation_<timestamp>` - value is an annotation created at the given time
The following are not yet implemented: