Skip to content

Instantly share code, notes, and snippets.

@mortonfox
Last active March 1, 2019 00:59
Show Gist options
  • Save mortonfox/2836a59d0a58c67c04a77ef09810b2ee to your computer and use it in GitHub Desktop.
Save mortonfox/2836a59d0a58c67c04a77ef09810b2ee to your computer and use it in GitHub Desktop.
[Temporary notepad in web browser] #browser #html

How to open a temporary notepad in the web browser

Enter one of the following in the browser's location bar:

data:text/html, <html contenteditable>
data:text/html, <textarea style="font-size: 1em; width: 100%; height: 100%; border: none; outline: none" autofocus />

Reference: https://coderwall.com/p/lhsrcq/one-line-browser-notepad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment