This commit is contained in:
2025-06-05 10:18:13 +02:00
parent 9b881bf058
commit b2116c22df
6304 changed files with 464 additions and 708461 deletions
-15
View File
@@ -1,15 +0,0 @@
icon:: ✂️
- #+BEGIN_QUERY
{:title "Broken references"
:query [:find (pull ?b [*])
:in $ ?matcher
:where [(re-pattern ?matcher) ?regex]
[?b :block/content ?c]
[(re-find ?regex ?c)]
[?b :block/refs ?br]
[(missing? $ ?br :block/content)]
[(missing? $ ?br :block/name)] ]
:inputs ["\\([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\\)"]
:table-view? false}
#+END_QUERY