» Who knew that Mister T was such a fashion maven? (0)

» "And right then," Knox said, "I heard, 'Excuse me, would it be OK if we carried her around and she touched each bag?'" Sportsmanship defined. (0)

» Web-based sequence diagram generator. Whoda thunk? Next thing you know you'll be able to buy stuff online. (0)

Spelling Checker plugin for WordPressSpelling Checker plugin for WordPress

IMPORTANT NOTE FOR WORDPRESS 2.0 USERS

This plugin doesn’t play well in WordPress 2.0. I’m well aware of this. Some day I may update it but it is nowhere near the top of my priority list. Support questions for 2.0 installations will not make it out of moderation.

Latest version is 1.18, released 06/23/05.

I’ve been looking for a spelling checker plug-in for WordPress for a while. Didn’t find anything to my liking, so I figured I’d create one myself. The fruits of those labors are now here!

The Spelling Checker plugin for WordPress

With this plugin a new button appears alongside the rest to pop-up a spelling checker derived from the Speller Pages SourceForge project. No more typos!

This is a 1.18 release and it has been tested on WordPress 1.5.1.2. Please direct any questions or problems to me in this post.

Digg!

457 Responses to “Spelling Checker plugin for WordPress”

Pages: « 46 ... 5 4 3 2 [1] (Show All)

  1. 10

    ColdForged Says:

    Anybody know of a way to make the dictionary ignore the XHTML tags themselves?

    Another good question. Something else I’d like to work into a follow-on release. I’m trying to think up a methodology that would succeed for this, but nothing’s come to mind yet. Thanks for the input.

  2. 9

    Ray Says:

    Great plugin. Installed and worked first try - like a breeze. Anybody know of a way to make the dictionary ignore the XHTML tags themselves?

  3. 8

    ColdForged Says:

    You run into the same problem that I did when I was writing a spell-check plugin. You must have aspell on your server, and that is not as ubiquitous as it should be, case in point my MacOS Z Panther server doesn’t have it, so this won’t work.

    Yeah, I had named that as a prerequisite but it bears repeating. Is there an alternative executable that’s common on Panther?

  4. 7

    ColdForged Says:

    I corrected the path to my plug-ins directory, and now the pop up window displays the front page of my web log.

    Check the paths in the spellChecker.js file as well, namely:

    function spellChecker( textObject ) {
    // public properties - configurable
    this.popUpUrl = '/wp-content/plugins/spell/spellchecker.html';
    this.popUpName = 'spellchecker';
    this.popUpProps = "menu=no,width=440,height=350,top=70,left=120,resizable=yes,status=yes";
    this.spellCheckScript = '/wp-content/plugins/spell/spellchecker.php';

  5. 6

    Ron Says:

    I corrected the path to my plug-ins directory, and now the pop up window displays the front page of my web log.

  6. 5

    Chris J. Davis Says:

    You run into the same problem that I did when I was writing a spell-check plugin. You must have aspell on your server, and that is not as ubiquitous as it should be, case in point my MacOS Z Panther server doesn’t have it, so this won’t work.

    Nothing you can do about it really, just thought I would let you know about that limitation.

    Good work on this though, very posh.

  7. 4

    ColdForged Says:

    I get a script error saying ”’spellChecker’ is undefined.”

    Sounds like it couldn’t find the js file… is your WordPress installation in a subdirectory? If so, modify the spell-plugin.php file to have the correct path to the javascript file. Search for “wp-content” and make sure that it goes to the right place.

    <script language="javascript" type="text/javascript" src="/wp-content/plugins/spell/spellChecker.js">

    I may have to adjust how that path is derived in a follow-on release.

  8. 3

    Ron Says:

    I get a script error saying “’spellChecker’ is undefined.”

  9. 2

    ColdForged Says:

    Good question, I’ll have to investigate.

    EDIT: After taking a look at the underlying code, this seems like a design decision of the Speller Pages project. I’ll mull it over some to see if there’s a way around it. Thanks for bringing it to my attention.

  10. 1

    marcalj Says:

    Plugin looks great but there’s a bad relationship with special characters like accents (à,á.è,é, ….).

    There’s a solution?

Pages: « 46 ... 5 4 3 2 [1] (Show All)

Leave a Reply

How do I get a cool icon like yours? Obviously "cool" is subjective, but you can have your own icon displayed here by signing up for a gravatar. Note that I currently accept up to an R-rated icon though that may change in the future.

You may use Markdown syntax in your comments.

Name

Mail (never published)

Website

In order to comply with COPPA and cover my own ass, you must be 13 or older to post a comment here. Period, no exceptions.

Comment Preview

  1. 458

    Someone Says: