Opened 5 months ago
Last modified 5 months ago
#23343 new enhancement
tinymce supports sevaral spellchecker but there is no option to configure it in wordpress
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | TinyMCE | Version: | |
| Severity: | normal | Keywords: | close |
| Cc: |
Description
tinymce configuration is in wp-includes\js\tinymce\plugins\spellchecker\config.php, at seems to support pspell, pspellshell, google spellchecker and rpc.
Will be nice if it will be possible to configure it. A use case is create a network installation for a company which want to have its own vocabulary shared among all its writers.
Change History (2)
comment:1
azaozz
— 5 months ago
- Keywords close added
Version 0, edited 5 months ago
by azaozz
(next)
comment:2
SergeyBiryukov
— 5 months ago
- Component changed from Editor to TinyMCE
Note: See
TracTickets for help on using
tickets.
It is quite easy to configure this when you have full access to your server. TinyMCE has a setting for the spellchecked backend URL. You can move the backend anywhere and configure it, then it would take a simple one-line WordPress plugin to "tell" TinyMCE the new location.