mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix: not able to create case sensitive classes
Also important to keep db graphs decoupled from file specific :block/name. Made sure that related fix in logseq/db-test#9 still works
This commit is contained in:
@@ -95,7 +95,8 @@
|
||||
;; anything org mode
|
||||
"org"
|
||||
"pre-block"
|
||||
"namespace"]))
|
||||
"namespace"
|
||||
"db/get-page"]))
|
||||
res (apply shell {:out :string :continue true}
|
||||
"git grep -E" (str "(" (string/join "|" file-concepts) ")")
|
||||
db-graph-paths)]
|
||||
|
||||
Reference in New Issue
Block a user