🎨 桌面端和浏览器端支持英文拼写检查 https://github.com/siyuan-note/siyuan/issues/597

This commit is contained in:
Liang Ding 2022-12-30 11:27:26 +08:00
parent 40bbc6cc98
commit fc66472637
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
13 changed files with 29 additions and 3 deletions

View file

@ -42,6 +42,7 @@ type Editor struct {
DynamicLoadBlocks int `json:"dynamicLoadBlocks"` // 块动态数,可配置区间 [48, 1024]
Justify bool `json:"justify"` // 是否两端对齐
RTL bool `json:"rtl"` // 是否从右到左显示
Spellcheck bool `json:"spellcheck"` // 是否启用拼写检查
}
func NewEditor() *Editor {