mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Updated dom docs
This commit is contained in:
parent
882236f449
commit
309c450aff
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
DOM - Document Object Model
|
||||
===========================
|
||||
Timewarrior needs DOM support, so that it can service a 'get' command and
|
||||
provide data access to rules. Bothare important for extensions.
|
||||
provide access to data and rules. Both are important for extensions.
|
||||
|
||||
|
||||
Data to be Accessed
|
||||
|
@ -47,5 +47,6 @@ All DOM references have this form:
|
|||
|
||||
- The above needs to support overlapping tags.
|
||||
|
||||
- The above needs to support totals.
|
||||
- The above does not support totals, as this would turn DOM references into a
|
||||
query language. Instead, a 'sum' command could do this.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue