Skip to content

Instantly share code, notes, and snippets.

@micheleb
Created November 16, 2019 10:08
Show Gist options
  • Save micheleb/88e946203d668844a534011f800f134b to your computer and use it in GitHub Desktop.
Save micheleb/88e946203d668844a534011f800f134b to your computer and use it in GitHub Desktop.
Ligthweight text editor
data:text/html, <html><head><title>Michele Editor</title><style>body{font-size:24px;font-family:monospace;padding:1em;background-color:%23333;color:%23aaa;line-height:1.5;border:1px solid rgba(255,255,255,0.2);}div{width:100%25;min-height:1em;whitespace:pre-wrap;}div:focus{outline:0px solid transparent;}</style></head><body spellcheck=false><div contenteditable></div></body></html>
@micheleb
Copy link
Author

Add it as a bookmark (tested on Firefox and Chrome)

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