Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude subtasks, add option to manually refresh from command palette #19

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

harmtemolder
Copy link
Contributor

I’ve added a setting that lets you restrict the plugin to only include tasks without an indent. It might not solve #17 completely. For example:

- [ ] root task
  - [ ] sub task
- not a task
  - [ ] another root task? or not?

The last task will not be included when “Only show root tasks” is on. I’m not sure if it should. What do you think?

Also, I’ve restructured the plugin a bit, for clarity. And I’ve added a command palette command to refresh all tasks, which also includes a notification.

@UCh
Copy link

UCh commented Apr 21, 2021

This will be a good work-around for people like me that do heavy use of sub-tasks that are not self-explanatory without the surrounding context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants