0
kicks
Swap out TinyMCE for Telerik RadEditor in BlogEngine.Net (Part 1)
When I decided I wanted to launch DotNetBlogger, I really wanted to be able to use the Telerik RadEditor in place of the TinyMCE editor that ships with BlogEngine.Net. The reason for this is because A) I wanted to use the code formatter that ships with the editor, and B) I wanted to use the inline spellcheck that ships with the editor. In my search to accomplish this task I posted a question in the CodePlex Discussion Area. My question went unanswered for quite some time, so I had to venture into the "uncharted waters" all on my own. Now as a "disclaimer", I am NOT a C# developer, so wading through all that code is a little more difficult for me than for the seasoned C# dev. That being said, I had to press on and solve this on my own.