docs: document tags property column
This commit is contained in:
parent
fd94de7149
commit
960a5210c6
|
@ -41,23 +41,25 @@ Dots can be repeated to move to parent tasks
|
||||||
|
|
||||||
State descriptions can be used for example for Kanban columns.
|
State descriptions can be used for example for Kanban columns.
|
||||||
|
|
||||||
### Columns
|
### Available Columns
|
||||||
|
|
||||||
- `id`
|
- `id`
|
||||||
- `parentid`
|
- `parentid`
|
||||||
- `name`
|
- `name`
|
||||||
- `state`
|
- `state`
|
||||||
|
- `tags`
|
||||||
- `desc` - accumulated notes of the task
|
- `desc` - accumulated notes of the task
|
||||||
- `path` - name including parent tasks
|
- `path` - name including parent tasks
|
||||||
- `rpath` - name including parent tasks up to active task
|
- `rpath` - name including parent tasks up to active task
|
||||||
- `time` - time tracked
|
- `time` - time tracked
|
||||||
- `ttime` - time tracked including subtasks
|
- `ttime` - time tracked including subtasks
|
||||||
- TBI: `progress` - how many subtasks are complete
|
- TBI: `progress` - how many subtasks are complete
|
||||||
|
- TBI: `progressp` - subtask completion in percent
|
||||||
|
|
||||||
For debugging: `props` - Task Property Events
|
For debugging: `props` - Task Property Events
|
||||||
|
|
||||||
## Plans
|
## Plans
|
||||||
|
|
||||||
- Expiry (no need to fetch potential years of history)
|
- Expiry (no need to fetch potential years of history)
|
||||||
- Web Interface, Messenger bots
|
- Web Interface, Messenger integrations
|
||||||
- TUI - Clear terminal?
|
- TUI - Clear terminal?
|
Loading…
Reference in New Issue