mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
feat: simplified markdown properties wip
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
(js/console.dir error)))))))
|
||||
|
||||
(defn copy-to-clipboard-without-id-property!
|
||||
[content]
|
||||
(util/copy-to-clipboard! (text/remove-id-property content)))
|
||||
[format content]
|
||||
(util/copy-to-clipboard! (text/remove-id-property! format content)))
|
||||
|
||||
(defn config-with-document-mode
|
||||
[config]
|
||||
|
||||
Reference in New Issue
Block a user