WPF Blog Writer

Recently, I was trying my hand at creating a simple blog writer. The writer came out pretty nice.

The app makes use of a base richEditor control (thanks to Praj).. After a bit of tweaking it ended up like the above... So the app just makes a simple call in the xaml <custom:RichEditor/> ...tada ... you have it there!!!

The next thing is to write to a blog... In this case, the writer is coded to post the entry on blogger, which makes use of the Google data API.. this could easily be changed for other blogs. It also makes use of a Xaml-HTML converter as the string passed needs to be in HTML.

For now, its a blog writer - hence, it onluy writes. But it could easily be extended into a full blown Blog client. Do I hear anyone taking it up :)

The code is attached.. so have fun with it ..

Share this post

BlogWriterApp.zip