[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
+15
View File
@@ -0,0 +1,15 @@
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