mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
fix: duplication of exporter config leads to bugs
in script and test. Also fix <export-file not being waited on and new docs after #12260
This commit is contained in:
5
deps/graph-parser/script/db_import.cljs
vendored
5
deps/graph-parser/script/db_import.cljs
vendored
@@ -111,7 +111,10 @@
|
||||
;; :set-ui-state prn
|
||||
;; config file options
|
||||
;; TODO: Add actual default
|
||||
:default-config {}})
|
||||
:default-config {}
|
||||
;; TODO: Add zotero support
|
||||
;; :<get-file-stat (fn [path])
|
||||
})
|
||||
|
||||
(defn- import-file-graph-to-db
|
||||
"Import a file graph dir just like UI does. However, unlike the UI the
|
||||
|
||||
Reference in New Issue
Block a user