pengx17 / logseq-plugin-todo-master

A simple plugin to render a progress bar to gather the overall progress of the TODO markers based on the rendering position.
MIT License
123 stars 15 forks source link

could support to create progress bar in block property? #17

Closed XinLi0111 closed 2 years ago

XinLi0111 commented 2 years ago

Thanks for your plugin, I use it every day, and I find a inconvenient behavior of this plugin.

I want to create a progress bar in block property, then I could use the query table function to collect the major task's progress, I don't want to create a page for these tasks, because even they have many sub-tasks, they are not a specific concept or object.

It will looks great when the tasks and progress showed in table view, but since the Logseq not support show the checkbox in table view, the question could be solved after logseq add the feature.

pengx17 commented 2 years ago

Hi @XinLi0111 . todomaster plugin support requires an upstream fix in https://github.com/logseq/logseq/pull/4715 and should have been in the new nightly release. E.g., the following will be supported: image

BTW I am not sure if it can be rendered in tables view though ...

XinLi0111 commented 2 years ago

Thanks for your great work. 👍