TomasHubelbauer / vscode-markdown-todo

A VS Code extension for displaying all MarkDown todos in one Explorer pane.
MIT License
14 stars 4 forks source link

Hide Markdown block titles #8

Open asitemade4u opened 4 years ago

asitemade4u commented 4 years ago

Hi, this is a feature request, not a bug report.

Currently, when parsing Markdown including check boxes, the extension shows Markdown titles as directories. This is great.

But when all check boxes under a "directory"/Markdown title are checked, there should also be an option to hide the enclosing "directory".

As an illustration, here is what my Markdown To-Do sidebar list looks like:

image

Satisfying to know you've accomplished a lot of work, but not very efficient visually...

h9h commented 4 years ago

Hi, great extension! This pull-request would hide the branches with 0 todos; https://github.com/TomasHubelbauer/vscode-markdown-todo/pull/11