Allow additional tasks states and filtering by states #674
Replies: 5 comments 1 reply
-
+1. This could be helpful. |
Beta Was this translation helpful? Give feedback.
-
@quarkquartet the PR is pretty much done now and needs review, you can clone and run a local build if you want to test it out. |
Beta Was this translation helpful? Give feedback.
-
@sytone Thanks. I'll take a look asap when I have time. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the idea @sytone. This could be a duplicate. Did you check? |
Beta Was this translation helpful? Give feedback.
-
This was just released, in Tasks 1.23.0 🎉 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Goal
When toggling a task, it should be able to move through more states than Todo (
- [ ]
) or Done (- [x]
). This new feature will allow users to provide additional states with- [-]
and- [/]
being available by default.Design
When a task is marked as completed it will always match
- [x]
in alignment with GFM.To implement this the following sections of the plugin will be updated.
Pending Options
Beta Was this translation helpful? Give feedback.
All reactions