🎨 桌面端和浏览器端支持英文拼写检查 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

@ -283,6 +283,7 @@ declare interface IEditor {
rtl: boolean;
readOnly: boolean;
listLogicalOutdent: boolean;
spellcheck: boolean;
katexMacros: string;
fullWidth: boolean;
floatWindowMode: number;