mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
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:
committed by
Tienson Qin
parent
380628650e
commit
87caca8c68
@@ -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 :"
|
||||
|
||||
Reference in New Issue
Block a user