Docs: Added references to DOM needs

This commit is contained in:
Paul Beckingham 2016-04-06 17:46:15 -04:00
parent 877aa96849
commit aff4b5133f
2 changed files with 14 additions and 0 deletions

View file

@ -111,6 +111,14 @@ A simple extension mechanism allows custom reports to be written and shared.
Most reports will be external scripts that use the extension API.
DOM Access
----------
Timewarrior will support a DOM, allowing rules and extensions to access internal
data.
[TBD]
--- Raw Notes ---
- Need syntax to adjust any recorded data.

View file

@ -203,6 +203,12 @@ set of arguments.
define rule hook on_modify:
...
These rules can call an external script and provide arguments, based on rules
DOM access:
define rule hook on_modify:
call /path/to/my/script <dom1> <dom2>
Rules Type: Hint
----------------