[logseq-plugin-git:commit] 2025-06-05T08:36:10.944Z

This commit is contained in:
2025-06-05 10:36:12 +02:00
parent b2116c22df
commit e3725ac9e7
6304 changed files with 708459 additions and 464 deletions
+24
View File
@@ -0,0 +1,24 @@
- ```
title: block tag combinations using and and or
- blocks
- *
- pagelinks
- PAPERS/FAIRNESS
- blocktags
- question
```
- #+BEGIN_QUERY
{
:title [:b "block tag combinations using and and or"]
:query [:find (pull ?block [*])
:where
[?block :block/path-refs [:block/name "papers/fairness"]]
]
}
#+END_QUERY
- [[question]] prova
- [?blocktwo :block/content ?blockcontent]
[?blocktwo :block/page ?page]
[?page :block/name ?pagename]
- (page-ref ?page ?block)
- (page-ref ?block "question")