generated from pengx17/logseq-plugin-template-react
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
As shown in the following figures, I typed some to-do lists.
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.
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%
.
pengx17
Metadata
Metadata
Assignees
Labels
No labels