Last Updated: May 16, 2023
·
1.385K
· pankajc

Bookmarklet for a Quick Notepad

I loved the protip 'One Line Browser Notepad' by Jose. I wrapped it up into a bookmarklet that opens a browser window which is editable so you can use it like a quick notepad to take notes while browsing.

<a href="javascript: window.open('data:text/html, <html   contenteditable>','_blank', 'toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=600, height=400');">QuickNote</a>