mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Lua
- Created new scripts/extensions directory. - Added README for extensions. - Started priority.lua extension. - Implemented api_task_get and api_task_set DOM accessors. - Removed more obsolete API.
This commit is contained in:
parent
9d0037bc78
commit
2f4efb28d6
4 changed files with 86 additions and 70 deletions
8
scripts/extensions/README
Normal file
8
scripts/extensions/README
Normal file
|
@ -0,0 +1,8 @@
|
|||
There are several types of extension:
|
||||
|
||||
- Hook-based
|
||||
- User Defined Attribute
|
||||
- Command
|
||||
- Format
|
||||
- DOM
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue