Skip to content

Instantly share code, notes, and snippets.

@joakin
Created October 17, 2017 16:32
Show Gist options
  • Save joakin/f05fd565e8df77a805e21d2d3469d13c to your computer and use it in GitHub Desktop.
Save joakin/f05fd565e8df77a805e21d2d3469d13c to your computer and use it in GitHub Desktop.
Notepad bookmarklet
data:text/html, <body style='padding:0;margin:0;overflow:hidden;width:100%;height:100%;' contenteditable><textarea style="width:100%;position:absolute;top:0;left:0;right:0;bottom:0;padding:1em 10%;box-sizing:border-box;font-size:24px;font-family:monospace"></textarea><script>document.querySelector('textarea').focus()</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment