mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
docs: Added 'dom.active.json'
This commit is contained in:
parent
fd2b5f52c6
commit
d11caf74f7
2 changed files with 2 additions and 2 deletions
|
@ -28,6 +28,7 @@ Supported Names
|
|||
dom.active.tag.1 --> 'tag' Active Nth tag
|
||||
dom.active.start --> YYYY-MM-DDTHH:MM:SS Active start time
|
||||
dom.active.duration --> PT1H25M8S Active elapsed
|
||||
dom.active.json --> {...} Active interval as JSON
|
||||
|
||||
dom.tag.count --> 14 Total tag count
|
||||
dom.tag.1 --> 'tag' Nth tag used
|
||||
|
@ -36,12 +37,10 @@ Supported Names
|
|||
|
||||
Proposed:
|
||||
|
||||
|
||||
dom.tag.[1-3] --> 't1', 't2', 't3' First three tags
|
||||
dom.tag.[1,2,3] --> 't1', 't2', 't3' First three tags
|
||||
dom.tag.* --> 't1', ... 't14' All tags
|
||||
|
||||
|
||||
dom.tracked.year --> 231 Quantity this year
|
||||
dom.tracked.quarter --> 64 Quantity this quarter
|
||||
dom.tracked.month --> 21 Quantity this month
|
||||
|
|
|
@ -579,6 +579,7 @@ Supported DOM references are:
|
|||
dom.active.tag.1 Active Nth tag
|
||||
dom.active.start Active start timestamp (ISO Extended local date)
|
||||
dom.active.duration Active elapsed (ISO Period)
|
||||
dom.active.json Active interval as JSON
|
||||
dom.tag.count Total tag count
|
||||
dom.tag.1 Nth tag used
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue