final touches on dual platform testing of Raom import

This commit is contained in:
Adam Schmideg
2021-01-21 16:19:42 +01:00
committed by Tienson Qin
parent b9416ac989
commit a9df8deaae
4 changed files with 28 additions and 11 deletions

View File

@@ -128,7 +128,7 @@
(defrecord Roam []
protocol/External
(toMarkdownFiles [this content _config]
(->files content)))
(-> content json->edn ->files)))
(comment
(defonce test-roam-json (frontend.db/get-file "same.json"))