Tag Archives: plugin

WordPress Plugin: Cleaner WordPress Editor – Trying To Make WordPress Editing a Pleasure

Every time I write a post for my blog, it doesn’t feel right. The default WordPress editor just doesn’t cut it for me. There’s too much junk around the editor text box, the font isn’t right, the contrast is too high. So I decided to do something about it. I googled and googled some more and found bits of code which I have put together in form of a WordPress plugin. Check out the screenshots that follow to see what the plugin does to your WordPress editor. Continue reading

WordPress Plugin: Display File Contents Widget for your Sidebar

Recently I wrote a python script to fetch the latest tweet in the background. This would create an HTML file with the latest tweet every five minutes. Now I needed a way to display it as a sidebar widget. I couldn’t find a WordPress plugin which will display the contents of a file given a path, and hence the Display File Contents Widget plugin. Continue reading