gpt4 book ai didi

electron - 忽略 Electron 8 中的拼写 API

转载 作者:行者123 更新时间:2023-12-03 12:28:08 27 4
gpt4 key购买 nike

随着 Electron 8 的发布,我正在实现新发布的 spell check API 在我的 Electron 应用程序上。上下文菜单应如下所示:

Conext menu for electron app

我能够实现 learn spelling使用 ses.addWordToSpellCheckerDictionary文档中给出的 API,但是我一直在尝试实现 ignore spelling部分。

根据google,两者之间的区别是

忽略拼写

The word is ignored if it occurs again in the document (it will be highlighted in other documents)



学习拼写

The word won't be flagged as misspelled in any document.



我可以这样实现它,即不会为存储在数组中的一组特定单词显示字典建议,但这仍然会在单词下方留下一条红色的波浪线。此外,鉴于拼写检查已正式宣布,必须实现 native API 调用。

我本可以简单地使用 webFrame.setSpellCheckProvider,但是我必须硬编码一种语言,添加样板代码,使用节点模块。

最佳答案

尝试改用 electron-spellchecker npm 包:
它有一个:

Option to ignore a word at runtime only.

关于electron - 忽略 Electron 8 中的拼写 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60376664/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com