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

Display Error

Open PacificL opened this issue 1 year ago • 1 comments

As shown in the following figures, I typed some to-do lists. image And I gave each of them a property "tasktags", whose value is a page "[[TaskInJuly2022]]". Then I wanted to outlist these tasks, so I used the slash command {{query (property tasktags [[taskinjuly2022]] )}}. Finally, I got the result as below. image All progress displayed 25%, even there are some ones I have done. I also use advanced queries command. #+BEGIN_QUERY { :title [:h2 "2022年7月任务表"] :query [ :find (pull ?b [*]) :where [?b :block/properties ?p] [(get ?p :tasktags) ?t] [(= "[[TaskInJuly2022]]" ?t)] ] } #+END_QUERY This is so weid, the progress is 0%.

PacificL avatar Jul 15 '22 04:07 PacificL

I haven't thought about the case of rendering todomaster bars inside of query table. I will take a look and see why it does not work.

pengx17 avatar Jul 15 '22 05:07 pengx17