fckeditor/tinymce 编辑器中的自定义词典用法

发布于 2024-08-31 23:40:10 字数 115 浏览 5 评论 0原文

我必须将自定义词典添加到 fckeditor/tinymce 编辑器中,以便在进行拼写检查时我的品牌名称、材料名称不应该在编辑器中拼写错误。任何人都可以建议我将自定义词典添加到我的编辑器中。

提前致谢

I have to add my custom Dictionary to fckeditor/ tinymce editor,so that my brand name,material name shouldn't be misspelled in editor when spellchecking happens.Can anyone suggest me to add custom dictionary to my editors.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

冷情妓 2024-09-07 23:40:10

有一些 TinyMCE 拼写检查选项可以使用自定义词典。免费的解决方案是在您的服务器上使用 PSpell/ASpell 的 PSpell/ASpell 插件。
http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/拼写检查

JSpell 是一个非免费的解决方案,它允许您从编辑器更改字典。
http://www.jspell.com/ajax-spell-checker.html

There are a few TinyMCE spell check options that can use custom dictionaries. The free solution is the PSpell/ASpell plugin that uses PSpell/ASpell on your server.
http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker

A non-free solutions is JSpell, which allows you to alter the dictionary from the editor.
http://www.jspell.com/ajax-spell-checker.html

゛清羽墨安 2024-09-07 23:40:10

另一种选择是使用tinyMCE+LanguageTool (https://www.languagetool.org/)
LanguageTool它更像是一个拼写检查引擎,您甚至可以在其中定义自己的语法规则等。

它非常强大且免费。 :)

它还为tinyMCE 提供了一个开源拼写检查器插件。在您自己的服务器中托管服务字典时,还可以设置自定义字典和其他自定义内容。

实际的拼写检查插件:
https://github.com/automattic/atd-tinymce

如何集成
一般开发概述
主要 wiki
有关相关自定义词典文件的有趣信息

Another alternative, is to use tinyMCE+LanguageTool (https://www.languagetool.org/)
LanguageTool its more like a spell checking engine, where you can even define your own grammatical rules, etc.

Its really powerful and free. :)

Its offered also an open source spellchecker plugin for tinyMCE. The custom dictionary and other custom things can also be setup when hosting the service dictionary in your own server.

The actual spellchecking plugin:
https://github.com/automattic/atd-tinymce

How to integrate
General development overview
Main wiki
Interesting info about related custom dictionary files

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文