mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
Merge branch 'master' into feat/db
This commit is contained in:
@@ -69,9 +69,9 @@
|
||||
[]))
|
||||
|
||||
(defn read-repo-file
|
||||
[repo-url file]
|
||||
[repo-url file-rpath]
|
||||
(when-let [repo-dir (config/get-repo-dir repo-url)]
|
||||
(fs/read-file repo-dir file)))
|
||||
(fs/read-file repo-dir file-rpath)))
|
||||
|
||||
(def multiplatform-reserved-chars ":\\*\\?\"<>|\\#\\\\")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user