Search This Blog

Google Analytics

Saturday, February 02, 2013

Turn your browser into a text editor

When we need to jot down something quick that doesn't need to be saved later, we often open up Notepad. There is actually a simple quick handy way to do it right in your browser. All you need to do is type the following code into the browser's URL bar:

data:text/html, <html contenteditable>

The above trick uses the Data URI's format and telling the browser to render an html.

» One line browser notepad | coderwall

No comments:

Post a Comment

Do provide your constructive comment. I appreciate that.

Popular Posts