delashum / obsidian-checklist-plugin

MIT License
376 stars 39 forks source link

Show all todos for a file #125

Closed cellulosa closed 2 years ago

cellulosa commented 2 years ago

Hi there and thank you for the great plugin.

I have the Group by setting set to Page. I would expect this to list all todos from a single page, however this does not seem to be the case.

I have a file as follows:

# First heading #todo

- [ ] todo 1
- [ ] todo 2

## Second heading

- [ ] todo 3

At present, the plugin only loads the first "chunk" of todos from first heading, ignoring the todo from second heading - unless I add another #todo tag.

Is that the supposed behaviour? Or a bug? And is there a way to change the behaviour so that all checkboxes are listed without the need to tag each individual todo list?

Thanks

flankstaek commented 2 years ago

Because this default behavior is somewhat confusing I added a setting toggle to enable/disable this as needed.