Allan Thraen
May 18, 2011
  5065
(2 votes)

NHunSpellchecker for EPiServer CMS - Now on NuGet

Back in August of 2010 Ruwen Jin did a pretty cool implementation of NHunSpellchecker for TinyMCE in EPiServer CMS. Because he needed some framework changes in the CMS to finish it, it never made it online. However with EPiServer CMS 6 R2 those changes are in place and I took the liberty of finishing his project and wrap it in a NuGet package for our EPiServer NuGet feed. If you are new to NuGet, you can learn more here.

You can install it directly from the EPiServer NuGet Feed or download the source here if you are interested. Note that NHunSpellChecker, HunSpellChecker and the individual language packs which this project is dependent on each come with their own  open source licenses.

After you install it from the EPiServer NuGet feed into your web project, you need to create a custom setting for the spell-checker to be enabled on your XHTML fields. You do this by:

  1. Go to Admin mode
  2. Select the “Page Type” tab
  3. Click on “Edit Custom Property Types”
  4. Select XHTML String (in the bottom)
  5. Add a new setting. Give the setting a name and move the Spellcheck button from the “Miscellaneous” area to the place in the toolbar where you want it. Save the setting.
  6. Set it as Default.

You should now be ready to go! If you click the spellcheck button on any of the text fields in the editor it will highlight spelling mistakes and you can then select them to list suggestions.

image

 

The spell checker uses open source dictionaries from Open Office. Find more here. To install them, make sure that the language is enabled in EPiServer CMS, copy the .aff and .dic files to a folder with the language ID under modules\NHunSpellChecker.

Enjoy!

May 18, 2011

Comments

May 19, 2011 09:44 AM

Loving this!!!

Jan 25, 2012 01:22 PM

Nice

However, I can't install it using NuGet.

PM> Install-Package NHunSpellSpellChecker
Successfully installed 'NHunSpellSpellChecker 0.0.9'.
Successfully uninstalled 'NHunSpellSpellChecker 0.0.9'.
Install failed. Rolling back...
Install-Package : Failed to add reference to 'Hunspellx64'.
At line:1 char:16
+ Install-Package <><><>< NHunSpellSpellChecker
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

Any ideas?

Regards
/Fredrik

Simon Jones Jones
Simon Jones Jones Mar 6, 2012 05:25 PM

I have the same problem Fredrik. Is there a fix?

Sep 6, 2012 11:00 AM

The package from EPiServer NuGet feed does not install.
I got it working by building my own NuGet from the source.

Here is what i did:

1. Download the source: http://world.episerver.com/PageFiles/104267/NHunspellCheckerEPiServerCMS6R2.zip

2. Move Hunspellx64.dll and Hunspellx86.dll to the lib folder.

3. Make the following changes to NHunspell.nuspec
- Remove the white-space from (NuGet does not allow white-space in id)
- Change the line
to

4. Clean and build the project

The new NuGet package should now be in the folder: /NuGet/

Hope it helps :-)



Steven Smith
Steven Smith Sep 11, 2012 03:35 PM

Hi
Nice article! However, when I come to "move the Spellcheck button from the “Miscellaneous” area", I can't see it. Do I have to add a custom button for this somehow?
Cheers

Steve

PS - I also got the issue trying to install the NuGet package, but this worked OK after I installed the package updates.

Please login to comment.
Latest blogs
Opti ID overview

Opti ID allows you to log in once and switch between Optimizely products using Okta, Entra ID, or a local account. You can also manage all your use...

K Khan | Jul 26, 2024

Getting Started with Optimizely SaaS using Next.js Starter App - Extend a component - Part 3

This is the final part of our Optimizely SaaS CMS proof-of-concept (POC) blog series. In this post, we'll dive into extending a component within th...

Raghavendra Murthy | Jul 23, 2024 | Syndicated blog

Optimizely Graph – Faceting with Geta Categories

Overview As Optimizely Graph (and Content Cloud SaaS) makes its global debut, it is known that there are going to be some bugs and quirks. One of t...

Eric Markson | Jul 22, 2024 | Syndicated blog

Integration Bynder (DAM) with Optimizely

Bynder is a comprehensive digital asset management (DAM) platform that enables businesses to efficiently manage, store, organize, and share their...

Sanjay Kumar | Jul 22, 2024

Frontend Hosting for SaaS CMS Solutions

Introduction Now that CMS SaaS Core has gone into general availability, it is a good time to start discussing where to host the head. SaaS Core is...

Minesh Shah (Netcel) | Jul 20, 2024

Optimizely London Dev Meetup 11th July 2024

On 11th July 2024 in London Niteco and Netcel along with Optimizely ran the London Developer meetup. There was an great agenda of talks that we put...

Scott Reed | Jul 19, 2024