TaskML
Manage your projects and tasks. Quickly create projects, add tasks / todos, and mark them as done.
TaskML is a handy plugin that helps you manage your projects and tasks individually. With TaskML, you can easily add, update, view, and delete your tasks and projects, making it a breeze to stay organized and on top of your workload. Whether you're a student, a professional, or just someone looking to stay productive, TaskML has got you covered. Say goodbye to scattered to-do lists and hello to a streamlined task management experience with TaskML!
How to
Comments (0)
Try it
API docs
Learn how to use TaskML effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Show me all my projects."
-
Prompt 2: "Create a new project called 'Website Redesign'."
-
Prompt 3: "Get the details of project with ID 123."
-
Prompt 4: "Update the status of task with ID 456 to 'in progress'."
-
Prompt 5: "Delete task with ID 789."
Features and commands
Feature/Command | Description |
---|---|
getProjects | This command retrieves all projects. You can filter the projects by name, description, and status. |
createProject | This command allows you to create a new project. You need to provide the project name, description, and status. |
getProject | This command retrieves the details of a project given its ID. |
editProject | This command allows you to edit a project. You need to provide the project ID and the updated project data, including the name, description, and status. |
deleteProject | This command deletes a project given its ID. |
| getTasks
| This command retrieves all tasks. You can filter the tasks by name, description, status, and project ID. |
| createTask
| This command allows you to create a new task. You need to provide the task name, description, status, and project ID. |
| getTask
| This command retrieves the details of a task given its ID. |
| editTask
| This command allows you to edit a task. You need to provide the task ID and the updated task data, including the name, description, status, and project ID. |
| deleteTask
| This command deletes a task given its ID. |