HACKER Q&A
📣 leros

Is there a site that is just a text scratchpad?


I'm looking for a site that is basically just a text editor. It doesn't need to save, support multiple files, etc. I just want to type in xyz.com and copy/paste some text. Google Docs is too complicated and slow to load.

Does something like this exist?


  👤 CrypticShift Accepted Answer ✓
If you are satisfied with absolutely zero features, just enter this in the address bar (+ save it as a bookmark)

   data:text/html, 
Works at least in chromium based + Firefox

👤 felixr
Using one of the many JS editors in something like codepen.io works well:

eg https://codepen.io/quill/full/KzZqZx or https://codepen.io/JessieWooten/full/wYObEX

Or one of the many online markdown editors (https://markdownlivepreview.com/, https://dillinger.io/)


👤 al_james
A friend set up https://textareaplease.com/ which I keep coming back to. Useful to have ability to eval JavaScript on the text too.

👤 adamredwoods
Just to note, you can write this site yourself as a file, load in Chrome, and it will load/save to localStorage:

  
  

It will save images as links, URLs, and you can bookmark it.

👤 ghghgfdfgh
The simplest one I know of is https://textarea.online, which I use when I want to get some thought down without waiting for some word processing application to open. It's just a simple