Opened 16 years ago
Closed 11 years ago
#7810 closed enhancement (invalid)
TinyMCE Spell check doesn't recognise 'WordPress'
Reported by: | DD32 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | has-patch-upstream |
Focuses: | Cc: |
Description (last modified by )
I realise that its not WordPress itself which is responsible for the Spell Checking, However, I feel that if WordPress includes a spellcheck functionality, It would be good for it to actually recognise "WordPress" instead of "Word-Press" or "Word Press" (It even goes on to suggest "WarDress" and "Depress"
Does anyone have a contact (Or know who to contact) in order to get "WordPress into the dictionary used, Or maybe how to ignore the WordPress corrections on the result?
Change History (18)
#2
@
16 years ago
The default in the spell checker is to use Google
Then chase up Google! They owe a lot of their indexed content to WP Blogs :P
I guess putting a ticket upstream for a "Custom Dictionary" ability for the plugin could be an idea as well.
I knew it wouldnt be a simple fix, but felt it at least needs to be made a note of :)
#6
@
16 years ago
- Keywords needs-testing added
I've added a respective patch to #9798 (Attachment 3).
#10
@
16 years ago
- Milestone changed from 2.8.1 to Future Release
- Type changed from defect (bug) to enhancement
punting to future then
#12
@
14 years ago
2 years on, perhaps we should just get GoogleSpell to recognise 'WordPress' instead of handling it our end..
#14
@
12 years ago
I've taken the time to patch this in TinyMCE upstream. Essentially, I've added a configurable option with a list of words to be excluded from the spell check. I've patched this for the core spellchecker plugin and submitted a pull request upstream:
https://github.com/tinymce/tinymce_spellchecker_php/pull/8
Whether or not it's adopted by the parent project is entirely up to them. Considering the spellchecker plugin hasn't been updated in over a year (last commit was 11/5/2011), maybe we should consider patching WP's version and just moving forward?
Unfortunately this isn't as easy as adding a word to it. The default in the spell checker is to use Google, but it can also use pspell if installed on the server. Can probably try to hard-code "WordPress" in the js part, so it skips over it.