How to use your Chrome browser as a Notepad


We all uses notepad or sticky note or some editor to take immediate notes on something like code snippet, ideas, blog content, todo. Recently i came to know that we can use our browser just like notepad. The trick hacks around Data URI scheme and html contenteditable attribute.

All you need to do is type the following code into the browser's URL bar:

data:text/html, <html contenteditable>

It will make your page as editable just like notepad. If you want to save your content, do the usual browser save (CMD+S for OS X). It will save your content as html file. You can also bookmark above data url to make it easier.

I got cool new things from cool guys.

Editor with little bit styles by bichiliad

data:text/html, <html contenteditable><style>body {color: #ef4855; width: 960px; margin: 0 auto; display: block; height: 100%; font-size: 36px; padding: 20px;}</style></html> COMPUTERLEARNINGZ

Check out the video


Video CreditJanardhanam Subramaniam
Also check out his channel link is given above.

Comments

Popular posts from this blog

How to Play IPL Live Stream (.m3u8) File in Windows Google Chrome or MX Player