refactor: rename :logseq.task properties to :logseq.property

These are the only built-in properties that don't start with
:logseq.property
This commit is contained in:
Gabriel Horner
2025-05-05 08:48:16 -04:00
committed by Tienson Qin
parent 4bf2bb18ab
commit 4f65a00c68
30 changed files with 167 additions and 141 deletions

View File

@@ -207,7 +207,7 @@
;; Example usage for DB graphs:
;; :query/result-transforms
;; {:sort-by-priority
;; (fn [result] (sort-by (fn [h] (get h :logseq.task/priority "Z")) result))}
;; (fn [result] (sort-by (fn [h] (get h :logseq.property/priority "Z")) result))}
;; Queries will be displayed at the bottom of today's journal page.
;; Example usage: