mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
enhance: export+import supports properties
that double/overlap as classes
This commit is contained in:
1
deps/db/script/create_graph.cljs
vendored
1
deps/db/script/create_graph.cljs
vendored
@@ -60,6 +60,7 @@
|
||||
(outliner-cli/build-blocks-tx sqlite-build-edn))]
|
||||
(println "Generating" (count (filter :block/name init-tx)) "pages and"
|
||||
(count (filter :block/title init-tx)) "blocks ...")
|
||||
;; (fs/writeFileSync "txs.edn" (with-out-str (cljs.pprint/pprint _txs)))
|
||||
;; (cljs.pprint/pprint _txs)
|
||||
(d/transact! conn init-tx)
|
||||
(when (seq block-props-tx) (d/transact! conn block-props-tx))
|
||||
|
||||
Reference in New Issue
Block a user