Rename :logseq.property/parent to :logseq.property.class/extends

This commit is contained in:
Tienson Qin
2025-05-14 17:06:54 +08:00
parent 67283bf276
commit 61d5aa3605
29 changed files with 126 additions and 117 deletions

View File

@@ -115,7 +115,7 @@
(or (let [page (some-> (text/get-namespace-last-part input)
string/trim
db/get-page)
parent-title (:block/title (:logseq.property/parent page))
parent-title (:block/title (:block/parent page))
namespace? (string/includes? input "/")]
(and page
(or (not namespace?)