mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

- 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.
8 lines
103 B
Text
8 lines
103 B
Text
There are several types of extension:
|
|
|
|
- Hook-based
|
|
- User Defined Attribute
|
|
- Command
|
|
- Format
|
|
- DOM
|
|
|