fix: some imported pages were missing Page class

Also fix error reporting for users wasn't working. Also fix lint
and add another attribute to linter
This commit is contained in:
Gabriel Horner
2024-12-09 22:57:08 -05:00
committed by Tienson Qin
parent 380628650e
commit 87caca8c68
4 changed files with 26 additions and 26 deletions

View File

@@ -91,7 +91,8 @@
(let [file-concepts (->>
;; from logseq.db.frontend.schema
[:block/namespace :block/properties-text-values :block/pre-block :recent/pages :block/file :block/properties-order
:block/repeated :block/deadline :block/scheduled :block/priority :block/marker :block/macros]
:block/repeated :block/deadline :block/scheduled :block/priority :block/marker :block/macros
:block/type]
(map str)
(into [;; e.g. block/properties :title
"block/properties :"