Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.4k stars 134 forks source link

[Enhancement] Ability to nest checkboxes in TODO lists #822

Open unSerori opened 5 months ago

unSerori commented 5 months ago

Thank You!

Just wanted to drop a quick note to say thank you for this amazing service! It's been incredibly helpful and I really appreciate the effort put into it. 🙌


Now, let's get to my question:

Overview

I've been using the Todo Tree extension to manage my TODO lists, but it seems that the current version lacks the ability to nest checkboxes within TODO lists. Adding this feature would allow for more sophisticated project management.

Proposed Feature

I propose adding the ability to nest TODO list items within the current Todo Tree extension. Specifically, I'd like to see the ability to display TODO lists in a nested format like the following:

"""
- [ ] TODO: foo
    - [x] TODO: bar
    - [ ] TODO: baz
        - [ ] TODO: bazbaz
"""

Current visibility:.

Expected Outcome

The implementation of this functionality will make project management more effective. In particular, it will enable complex tasks to be organised hierarchically, making it easier to keep track of the progress of each task.

Additional Information

Label: enhancement