first commit

This commit is contained in:
2025-12-11 06:26:12 -08:00
commit 4662fe2d3b
2327 changed files with 114173 additions and 0 deletions

20
pages/LogSeqFunctions.md Normal file
View File

@@ -0,0 +1,20 @@
- #+BEGIN_QUERY
{:title [:h3 "Orphaned empty page files"]
:query [:find (pull ?p [*])
:where
[?p :block/file _]
[?p :block/name ?name]
(not [(clojure.string/starts-with? ?name "hls__")])
[(missing? $ ?p :block/namespace)]
(not
(or
[?b :block/refs ?p]
(and
[?b :block/page ?p]
(not [?b :block/content ""])
)
)
)
]
}
#+END_QUERY