mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
feat: save html to clipboards too
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
[borkdude.rewrite-edn :as rewrite]))
|
||||
|
||||
(defn copy-to-clipboard-without-id-property!
|
||||
[format content]
|
||||
(util/copy-to-clipboard! (property/remove-id-property format content)))
|
||||
[format raw-text html]
|
||||
(util/copy-to-clipboard! (property/remove-id-property format raw-text))
|
||||
(util/copy-to-clipboard! html true))
|
||||
|
||||
(defn config-with-document-mode
|
||||
[config]
|
||||
|
||||
Reference in New Issue
Block a user