Skip to content

Instantly share code, notes, and snippets.

@zimtimgetriebe
Last active November 20, 2015 12:35
Show Gist options
  • Save zimtimgetriebe/a6c95475ef2e8e69d1b2 to your computer and use it in GitHub Desktop.
Save zimtimgetriebe/a6c95475ef2e8e69d1b2 to your computer and use it in GitHub Desktop.
· nothing big editor — turing your browser to a minimal text editor
data:text/html,<title>&nbsp;&middot; nothing big editor</title><link href="https://fonts.googleapis.com/css?family=Inconsolata:700" rel="stylesheet"><style>body{box-sizing: border-box}textarea{font:700 14px/1.312 Inconsolata,monospace;color:rgba(0,0,0,.6);background:rgb(252,247,247);box-shadow:0 15px 15px -15px rgba(0,0,0,.07);border:0;width: 100%;height:90vh;padding:1em;transition:box-shadow .5s ease-out;resize:none;}textarea:focus{background: rgb(255,250,250);border:0;outline:0;box-shadow:0 15px 15px -15px rgba(0,0,0,.2);transition:box-shadow .2s ease-in;}</style><body><textarea autofocus></textarea></body>
@zimtimgetriebe
Copy link
Author

Just copy this line into your browser URL bar. You can even create a bookmark and adjust its settings to load it in your browsers's sidebar.

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