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:
Step 2: Go to the “Insert” tab and select “Grammar Checker” from the listed plugins:
Step 3: Correct the presented errors using the “Spelling and Grammar” dialog:
Step 4: Repeat step 3 until a completed message appears:
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.