mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
🎨 桌面端和浏览器端支持英文拼写检查 https://github.com/siyuan-note/siyuan/issues/597
This commit is contained in:
parent
40bbc6cc98
commit
fc66472637
13 changed files with 29 additions and 3 deletions
|
|
@ -451,6 +451,7 @@ func NewLute() (ret *lute.Lute) {
|
|||
ret.SetCodeSyntaxHighlightLineNum(Conf.Editor.CodeSyntaxHighlightLineNum)
|
||||
ret.SetChineseParagraphBeginningSpace(Conf.Export.ParagraphBeginningSpace)
|
||||
ret.SetProtyleMarkNetImg(Conf.Editor.DisplayNetImgMark)
|
||||
ret.SetSpellcheck(Conf.Editor.Spellcheck)
|
||||
|
||||
customEmojiMap := map[string]string{}
|
||||
CustomEmojis.Range(func(key, value interface{}) bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue