logseq-plugin-todo-master icon indicating copy to clipboard operation
logseq-plugin-todo-master copied to clipboard

A simple plugin to render a progress bar to gather the overall progress of the TODO markers based on the rendering position.

Results 12 logseq-plugin-todo-master issues
Sort by recently updated
recently updated
newest added

As shown in the following figures, I typed some to-do lists. ![image](https://user-images.githubusercontent.com/36123029/179152067-2be5e1ad-e238-49fa-ae56-35f1eaa1b0e4.png) And I gave each of them a property "tasktags", whose value is a page "[[TaskInJuly2022]]". Then I wanted...

hi, i have set a custom font in my custom.css ``` :root { --content-font-family: "SF Pro Display"; } ``` would it be possible for your plugin to somehow fetch the...

enhancement
help wanted
good first issue

Hi, Thanks a lot for your addon. It's very useful on my laptop but on my android I just see a large deep red "{{render :todomaster}}". Is there a workaround...

**What** Currently, percent label is shown next to progress bar. Hovering it will change the percent to fraction: https://user-images.githubusercontent.com/7823011/155255796-222b7ca5-a2f1-482d-9ee0-16f064b04d2e.mp4 Is there a config to flip the behavior so that by...

enhancement
help wanted
good first issue

Title says all. It'd be great to have short bars. Very helpful plugin, thank you!

enhancement
help wanted

**Logseq Version**: 0.10.3 ### Issue Description When only having one {{renderer :todomaster}} in a page for testing, plugin will through Errors constantly. If I disable the plugin, the flow of...

**Problem:** I'm using the extension for all of my meetings, and it is crucial for me to quickly identify any open tasks. Currently, it's somewhat challenging to differentiate between having...

> Version: - todo master: v1.10.3 - logseq: v0.9.4 > Queries: ``` { :title "{{renderer :todomaster}}" :query [ :find (pull ?b [*]) :in $ ?start ?today :where (between ?b ?start...

Progress bar inside query not working, seems not updating Query used: ------------------------------- #+BEGIN_QUERY {:title "{{renderer :todomaster}}" :query [:find (pull ?b [* {:block/_parent ...}]) :where [?b :block/marker ?marker] [(contains? #{"LATER" "NOW"...

For example: ``` + [ ] (3/10) make apple pies {{ progress }} ``` Instead of ``` + [ ] make ten apple pies {{ progress }} + [ ]...

enhancement
help wanted