mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Use tag_<tag>
instead of tag.<tag>
This aligns with the Taskwarrior data model.
This commit is contained in:
parent
7fe5553093
commit
e9b3611fd9
2 changed files with 19 additions and 19 deletions
|
@ -31,7 +31,7 @@ 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` - the most recent time at which this task was started (a task with no `start` key is not active)
|
||||
* `tag.<tag>` - indicates this task has tag `<tag>` (value is an empty string)
|
||||
* `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
|
||||
|
||||
The following are not yet implemented:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue