Live data from Hacker News

Turn your browser into a notepad with one line

coderwall.com

1–10 of 186 posts

Re: Turn your browser into a notepad with one line

#10

Nifty trick. To build on this, if you use chrome, add it as a search engine with a special keyword so you can type in your URL bar something like "note + + " then you're in typing mode.

Yeah this is nifty. For the lazy:

Name: note

Keyword: note

URL: data:text/html, %s

Of course, you could change the style of the URL. That's just what I defaulted to.

Post reply on HN