mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
fix: roam export replace embeds
This commit is contained in:
4
src/main/frontend/external/roam_export.cljs
vendored
4
src/main/frontend/external/roam_export.cljs
vendored
@@ -57,7 +57,9 @@
|
||||
(fn [c]
|
||||
(-> c
|
||||
(str/replace todo-marker-regex "{{[[TODO]]}}")
|
||||
(str/replace done-marker-regex "{{[[DONE]]}}"))))
|
||||
(str/replace done-marker-regex "{{[[DONE]]}}")
|
||||
(str/replace "{{embed " "{{embed: ")
|
||||
(trim))))
|
||||
block))
|
||||
|
||||
(defn traverse
|
||||
|
||||
Reference in New Issue
Block a user