Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Spelling and Grammar Checking Plugin for Windows Live Writer

0.00/5 (No votes)
13 Jun 2011 1  
Spelling and Grammar Checking Plugin for Windows Live Writer

Introduction

In my previous post, I presented “After the Deadline”, a spelling and grammar checking web service and my .NET wrapper library. This library allows you to integrate spell and grammar checking in your .NET application. The library was written in C# using .NET 4.

Also, back in this post, I’ve presented how one can use a .NET 4 DLL from a .NET 2 executable.

All of this was just preparations for writing my own grammar checker plugin for Windows Live Writer.

Now, I know what you’re thinking.. “Doesn’t WLW already have a spell checker?”
Answer: It does, but its grammar checking abilities are quite limited.

Obviously, I’ve used my “After the Deadline” wrapper library for the grammar checking. And since Windows Live Writer plugins must be written in .NET 2, I’ve used the same techniques mentioned in my previous article mentioned above.

Where Can I Get This Awesome Plugin?

Well, both the source code and an MSI installer can be downloaded from the downloads section in the new CodePlex project I’ve created.

Using the Spelling and Grammar Checker Plugin

Step 1: Select the text you want to check:

image

Step 2: Go to the “Insert” tab and select “Grammar Checker” from the listed plugins:

image

Step 3: Correct the presented errors using the “Spelling and Grammar” dialog:

image

Step 4: Repeat step 3 until a completed message appears:

image

P.S.

Somehow, merely 2 days after I created the CodePlex project, there were three blog posts about it. WOW. I guess this plugin was needed more than I thought.

That’s it for now,
Arik Poznanski.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here