mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
handle more properties including title, icon, public and filters
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
[frontend.db :as db]
|
||||
[logseq.db.default :as default-db]
|
||||
[frontend.state :as state]
|
||||
[frontend.util :as util]))
|
||||
[frontend.util :as util]
|
||||
[frontend.handler.property.util :as pu]))
|
||||
|
||||
(defn- build-links
|
||||
[links]
|
||||
@@ -99,7 +100,7 @@
|
||||
|
||||
pages-after-exclude-filter (cond->> pages-after-journal-filter
|
||||
(not excluded-pages?)
|
||||
(remove (fn [p] (= true (:exclude-from-graph-view (:block/properties p))))))
|
||||
(remove (fn [p] (true? (pu/get-property p :exclude-from-graph-view)))))
|
||||
|
||||
links (concat (seq relation)
|
||||
(seq tagged-pages)
|
||||
|
||||
Reference in New Issue
Block a user