mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
enhance: prefer tag instead of class on UI
Some users are confused with Classes/Objects, so on UI it'll be Tags/Nodes.
This commit is contained in:
@@ -1651,7 +1651,7 @@
|
||||
(text-util/wrapped-by? value pos before end)))))
|
||||
|
||||
(defn get-matched-classes
|
||||
"Return matched classes except the root class"
|
||||
"Return matched classes except the root tag"
|
||||
[q]
|
||||
(let [classes (->> (db-model/get-all-classes (state/get-current-repo) {:except-root-class? true})
|
||||
(map (fn [e] (select-keys e [:block/uuid :block/title]))))]
|
||||
|
||||
Reference in New Issue
Block a user