add 'entry' key to tasks when created

This commit is contained in:
Dustin J. Mitchell 2022-01-06 02:18:32 +00:00
parent d6efad06ee
commit 9824ac1fd3
3 changed files with 15 additions and 1 deletions

View file

@ -33,6 +33,7 @@ The following keys, and key formats, are defined:
* `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)
* `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: