mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
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:
committed by
Tienson Qin
parent
4bf2bb18ab
commit
4f65a00c68
2
deps/common/resources/templates/config.edn
vendored
2
deps/common/resources/templates/config.edn
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user