feat: /todo/other-status and /urgent/other-priority to set property

This commit is contained in:
Tienson Qin
2024-01-19 02:35:09 +08:00
parent baa12d76dd
commit 036f1b5ab7
24 changed files with 220 additions and 106 deletions

View File

@@ -107,7 +107,7 @@
(not journal?)
(remove :block/journal?)
(not excluded-pages?)
(remove (fn [p] (true? (pu/get-property p :exclude-from-graph-view)))))
(remove (fn [p] (true? (pu/get-block-property-value p :exclude-from-graph-view)))))
links (concat (seq relation)
(seq tagged-pages)
(seq namespaces))