Turn you browser into Notepad !!
Hi All,
While working, I am mostly on browsers - no rewards for guessing; I am basically a web-application developer
Most of the times, I have to take quick notes. Not only while development, even while having a team demo, while surfing through some intra-net sites, we just want to take quick notes.
This trick works for me - Converting the browser tab itself into a notepad or a scratchpad !!
It works with all modern web browsers that supports HTML5.
- Just type "data:text/html, <html contenteditable>" in the browser, and your notepad is readily available
Note: This magic is possible because of Data URI. More details could be found at : https://www.ietf.org/rfc/rfc2397.txt
Comments
Post a Comment