I very often write my blog entries and E-mails using gedit. For a lot such posts and E-mails I use HTML. So I started thinking, maybe I should write a gedit plugin that will allow me to copy the HTML source text in gedit and paste it as a text/html target?!
So I did that. (you can follow-up using this bug)
As on IRC Paolo was quite interested, I guess Paolo and/or Steve are going to clean it up and add it to the available gedit plugins soon?
For now I didn’t add pasting HTML source code from a “text/html” TARGET capable selection owner (like OpenOffice.Org, Evolution or Firefox) to gedit. Shouldn’t be very hard to add that. Be ahead of me if you really need that.
Update and FYI: Paolo redid the plugin in Python because such a Python plugin does not need a compilation procedure.