2
6
新手上路
小组件嵌入效果
块属性·使用文档
块属性的使用场景是什么?
块属性·模版
块属性测试
块属性测试·仿Notion
{{query (and (todo todo) (between -3d today) )}}
{{query (and (todo todo) (between -1d today) )}}
{{query (and (todo todo now later))}}
#+BEGIN_QUERY {:title "无scheduled的TODO" :query [:find (pull ?b ) :where [?b :block/marker ?marker3] [(contains? #{"NOW" "LATER" "DOING" "TODO"} ?marker3)] [(missing? $ ?b :block/scheduled )]] :collapsed? false} #+END_QUERY
#+BEGIN_QUERY {:title &#34;:date: scheduled在二月的&#34; :query [:find (pull ?b ) :where [?b :block/scheduled ?d] [?b :block/marker ?marker] [(>= ?d &#34;20210201&#34;)] [(<= ?d &#34;20210228&#34;)] [(contains? #{&#34;NOW&#34; &#34;LATER&#34; &#34;DOING&#34; &#34;TODO&#34;} ?marker)]] :collapsed? false} #+END_QUERY
MEETING TITLE author:: logseq project:: to-be-filled tag:: to-be-filled template:: meeting
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|微软交流社区
GMT+8, 2025-1-7 05:10 , Processed in 0.069161 second(s), 19 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.