Refactor: rename :block/content to :block/title

This commit is contained in:
Tienson Qin
2024-07-10 22:33:44 +08:00
parent a1f352773b
commit d847023dc1
113 changed files with 634 additions and 640 deletions

View File

@@ -176,10 +176,10 @@
;; Default value: false
:shortcut/doc-mode-enter-for-new-block? false
;; Block content larger than `block/content-max-length` will not be searchable
;; Block content larger than `block/title-max-length` will not be searchable
;; or editable for performance.
;; Default value: 10000
:block/content-max-length 10000
:block/title-max-length 10000
;; Display command documentation on hover.
;; Default value: true