mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
improve(plugin): initial impls of block related apis
This commit is contained in:
@@ -637,7 +637,8 @@
|
||||
repo (state/get-current-repo)]
|
||||
(outliner-insert-block! {} block new-block sibling?)
|
||||
(db/refresh! repo {:key :block/insert
|
||||
:data [new-block]})))))
|
||||
:data [new-block]})
|
||||
new-block))))
|
||||
|
||||
(defn update-timestamps-content!
|
||||
[{:block/keys [repeated? marker] :as block} content]
|
||||
|
||||
Reference in New Issue
Block a user