raname ":exclude-in-graph" to ":exclude-from-graph-view"

- raname ":exclude-in-graph" to ":exclude-from-graph-view"
- add ":exclude-from-graph-view" in "editable-built-in-properties"
This commit is contained in:
8N9KT
2022-07-19 16:55:04 +02:00
parent 11436d032a
commit f79888b4d8
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@
pages-after-exclude-filter (cond->> pages-after-journal-filter
(not excluded-pages?)
(remove (fn [p] (= true (:exclude-in-graph (:block/properties p))))))
(remove (fn [p] (= true (:exclude-from-graph-view (:block/properties p))))))
links (concat (seq relation)
(seq tagged-pages)