mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: remove file graph imports
Remove mention of removed JSON import in descriptions. Also mv frontend.util.fs to where they are used instead of keeping an outdated file ns
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[logseq.db.file-based.schema :as file-schema]
|
||||
[logseq.graph-parser.extract :as extract]))
|
||||
|
||||
;; This is a copy of frontend.util.fs/multiplatform-reserved-chars for reserved chars testing
|
||||
;; This is a copy of frontend.components.repo/multiplatform-reserved-chars for reserved chars testing
|
||||
(def multiplatform-reserved-chars ":\\*\\?\"<>|\\#\\\\")
|
||||
|
||||
;; Stuffs should be parsable (don't crash) when users dump some random files
|
||||
|
||||
Reference in New Issue
Block a user