feat: logseq protocol open action for page-name and uuid

This commit is contained in:
Junyi Du
2022-04-13 05:07:37 +08:00
committed by Tienson Qin
parent 67532eff43
commit 31e3617e20
10 changed files with 72 additions and 16 deletions

View File

@@ -183,7 +183,6 @@
(d/transact! db-conn [(me-tx (d/db db-conn) me)])))]
(d/transact! db-conn [{:schema/version db-schema/version}])))
;; reduce memory usage. pub event :graph/ready when a graph is restored, and finish the TODOs in :graph/ready
(defn restore!
[{:keys [repos] :as me} _old-db-schema restore-config-handler]
(let [repo (or (state/get-current-repo) (:url (first repos)))]