mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user