mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Added references to DOM needs
This commit is contained in:
parent
877aa96849
commit
aff4b5133f
2 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue