mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
dwim: checkbox support
This commit is contained in:
@@ -2313,7 +2313,7 @@
|
||||
"block-ref" (open-block-in-sidebar! (:link thing-at-point))
|
||||
"page-ref" (route-handler/redirect-to-page! (:link thing-at-point))
|
||||
"list-item"
|
||||
(let [{:keys [full-content indent bullet ordered]} thing-at-point
|
||||
(let [{:keys [full-content indent bullet ordered _]} thing-at-point
|
||||
next-bullet (if ordered
|
||||
(str (inc bullet) ".")
|
||||
bullet)]
|
||||
|
||||
Reference in New Issue
Block a user