Add support for task tags

Based on properties named `tag.<tag>` as already documented
This commit is contained in:
Dustin J. Mitchell 2020-12-21 19:31:30 +00:00
parent 141752bd4b
commit 28c5fb2268
3 changed files with 190 additions and 10 deletions

View file

@ -31,9 +31,9 @@ The following keys, and key formats, are defined:
* `description` - the one-line summary of the task
* `modified` - the time of the last modification of this task
* `start.<timestamp>` - either an empty string (representing work on the task to the task that has not been stopped) or a timestamp (representing the time that work stopped)
* `tag.<tag>` - indicates this task has tag `<tag>` (value is an empty string)
The following are not yet implemented:
* `dep.<uuid>` - indicates this task depends on `<uuid>` (value is an empty string)
* `tag.<tag>` - indicates this task has tag `<tag>` (value is an empty string)
* `annotation.<timestamp>` - value is an annotation created at the given time