Skip to content

Instantly share code, notes, and snippets.

@johnmcase
Last active June 5, 2018 16:17
Show Gist options
  • Save johnmcase/301c05e8983ff99bc2652674f61b8491 to your computer and use it in GitHub Desktop.
Save johnmcase/301c05e8983ff99bc2652674f61b8491 to your computer and use it in GitHub Desktop.
Bookmarkable in-browser notepad. Credit: https://coderwall.com/p/lhsrcq/one-line-browser-notepad
data:text/html, <title>Text Editor</title><style>html,body{margin: 0; padding: 0;}</style><textarea style="font-size: 1.5em; line-height: 1.5em; background: %23000; color: %233a3; width: 100%; height: 100%; border: none; outline: none; margin: 0; padding: 90px;" autofocus placeholder="wake up Neo..." />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment