mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
enhance: frontend consistently uses :db/ident
for fetching built-in properties instead of :block/name
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
(not journal?)
|
||||
(remove :block/journal?)
|
||||
(not excluded-pages?)
|
||||
(remove (fn [p] (true? (pu/get-block-property-value p :exclude-from-graph-view)))))
|
||||
(remove (fn [p] (true? (pu/get-block-property-value p :logseq.property/exclude-from-graph-view)))))
|
||||
links (concat (seq relation)
|
||||
(seq tagged-pages)
|
||||
(seq namespaces))
|
||||
|
||||
Reference in New Issue
Block a user