How to extend Tasks? #1245
Replies: 2 comments 3 replies
-
That’s correct. The code was not designed to do that. So it would be a job for a TypeScript developer. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I've started a page to capture all discussions and ideas on this topic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for ways to extend the functionalities of the plugin. Specifically, I would like to add more buttons that are capable of manipulating the content of a task. Similar to what the "edit button" is already doing.
Example: a "start now" button that sets the start date of the task to now. It should also be possible to explicitly show/hide this button via
layoutOptions
.There's currently no way of achieving this with the existing architecture.
Beta Was this translation helpful? Give feedback.
All reactions