When you post to groups such as Flickr, or to blogs using tools such as Movable Type, you are often free to use a selection of HTML tags. This is very handy for adding links, images and basic formatting, but it comes with a downside—if you ever want to write an HTML snippet that someone can read, perhaps in order to allow them to cut and paste it, you have to manually escape the different HTML entities. < becomes <, > becomes >, & becomes & and " becomes "
To make life easier, I've written a Greasemonkey script that attaches itself to any <textarea> elements on the page and provides a handy icon that when clicked on converts any special characters into their corresponding entities.
Click here to read more and install the script.
Comment on this entry
Thanks for signing in, . Now you can comment. (sign out)
(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)