Wednesday 30 January 2013

Turn Any Browser Window Into a Quick-Edit Notepad

Turn Any Browser Window Into a Quick-Edit Notepad:
Turn Any Browser Window Into a Quick-Edit NotepadNotepads are awesome, but sometimes you need to just jot down a quick one or two line note that doesn't need to be saved. Software developer Jose Jesus Perez Aguinaga shares a simple way to do it in any browser.
All you need to do is type the following code into the browser's URL bar:
data:text/html, <html contenteditable>
Hit Enter, and start typing away directly in your browser window. The reason this works is that it uses the Data URI scheme to make a simple HTML page with the element, "contenteditable." If you decide you want to save it, you can do so in your browser and it will save as an HTML file. Otherwise, it's a fantastic little place to dump ideas that pop into your head that you don't need saved in an actual notepad. Of course, you don't have to remember the little line of code, you can enter it into your text expander for easy access, or just make it a bookmark. Head over to Aguinaga's site below and dig through the comments for a bunch of modifiers to the code to change the background, text size, and more.
One line browser notepad | coderwall via ReadWrite

No comments:

Post a Comment