feat: /todo/other-status and /urgent/other-priority to set property

This commit is contained in:
Tienson Qin
2024-01-19 02:35:09 +08:00
parent baa12d76dd
commit 036f1b5ab7
24 changed files with 220 additions and 106 deletions

View File

@@ -237,7 +237,7 @@
page-name (:block/original-name page)
;; FIXME: file-path property for db version
file-path (:file-path (:block/properties page))
hl-page (pu/get-property block :hl-page)]
hl-page (pu/get-block-property-value block :hl-page)]
(when-let [target-key (and page-name (subs page-name 5))]
(p/let [hls (resolve-hls-data-by-key$ target-key)
hls (and hls (:highlights hls))]