Make WordPress Core

Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#23343 closed enhancement (wontfix)

tinymce supports sevaral spellchecker but there is no option to configure it in wordpress

Reported by: mark-k's profile mark-k Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: TinyMCE Keywords:
Focuses: 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 (9)

#1 @azaozz
12 years ago

  • Keywords close added

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 using the 'tiny_mce_before_init' filter.

Last edited 12 years ago by azaozz (previous) (diff)

#2 @SergeyBiryukov
12 years ago

  • Component changed from Editor to TinyMCE

#3 @ryanduff
12 years ago

Related, it looks like google may have scrapped the spellcheck API. Reports of numerous failures across multiple versions of WP.

From TinyMCE forums: http://www.tinymce.com/forum/viewtopic.php?id=30779

Definitely an upstream issue as far as defaults, but if there's a way we can override in core to use another service, that'd be great.

#4 @ryanduff
12 years ago

  • Keywords 2nd-opinion added; close removed
  • Type changed from enhancement to defect (bug)

I'm setting this to bug because it appears the API is broken at this point so more than an enhancement.

#5 @helen
12 years ago

  • Keywords close added; 2nd-opinion removed
  • Type changed from defect (bug) to enhancement

We don't need a UI option for this, though. I think a new ticket is warranted for the API being broken.

#6 @ryanduff
12 years ago

  • Keywords 2nd-opinion added; close removed
  • Type changed from enhancement to defect (bug)

10-4. Was just about to add another update, but I'll open and reference a new ticket w/ that info.

#7 @ryanduff
12 years ago

  • Keywords close added; 2nd-opinion removed
  • Type changed from defect (bug) to enhancement

Whoops. Didn't refresh editor after Helen's comment and it reset keywords.

Opened #24789

Last edited 12 years ago by ryanduff (previous) (diff)

#8 @c3mdigital
11 years ago

  • Keywords close removed
  • Resolution set to wontfix
  • Status changed from new to closed

Spellcheck button removed in [24745] .

#9 @SergeyBiryukov
11 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.