enhance(ux): convert a url to markdown/org link when pasting

This commit is contained in:
Tienson Qin
2022-06-16 06:17:28 +08:00
parent a79880eb83
commit 6a8ef4f4f8
2 changed files with 37 additions and 35 deletions

View File

@@ -62,7 +62,7 @@
(defonce *asset-uploading-process (atom 0))
(defonce *selected-text (atom nil))
(defn- get-selection-and-format
(defn get-selection-and-format
[]
(when-let [block (state/get-edit-block)]
(when (:block/uuid block)