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:
Gabriel Horner
2024-08-20 17:05:54 -04:00
parent 6c0e40e58d
commit 85e358e57b
11 changed files with 55 additions and 25 deletions

View File

@@ -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)]