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?
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
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.
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
I use HackMD, which supports Markdown and various other plain-text formats, including LaTeX, Mermaid, GraphViz, etc:
https://hackmd.io/c/tutorials/%2Fs%2Ffeatures
For your use case, it saves files immediately as you type them. It's also collaborative and can sync to GitHub.
As an extra bonus, optional Vim and Emacs keybindings are built right in.
I realise it's not a solution that you want to use, but I have a global hotkey set for launching or focusing a preferred text editor: Windows + Shift + E.
You can even have a special hotkey for opening a specific file.
The big advantage for me there is that you get real text editor, not just a browser text box and I can delete lines with "dd" like God intended.
data:text/html,
Text area preserves newlines when copy and pasting
What is the intended purpose that is not supported by a local text editor (i.e., notepad if on windows)?
Do you mind explaining how you use such a site, and if any of the other suggestions here worked? If it's because you want to paste clipboard contents without formatting maybe you don't know about Ctrl+Shift+V (Windows) or Cmd+Shift+V (Mac) which does that for you.
More features than you asked for, but I’ve enjoyed https://stackedit.io/app#
If you’re not using Markdown though then I wouldn’t use it. But for those needing a quick Markdown tool, it’s been great
Moniker.com have a handy online notepad kinda thingy, beware as it auto wiped after a year of inactivity, but that’s fine for most users. I used it lots in the past, mostly when mobile, less so when home or office based.
My goto one is https://zenpen.io - very minimal UI, just let's me focus on writing something down, with basic features such as bold and italics
I made thinktype[1], which is not just a text editor, but you can use it that way—you can immidiately start typing.
[1]: https://thinktype.app/
But if you use a gdoc you can access it from anywhere (incl offline) and it’s always up to date a version controlled. For me that’s enough additional value to be worth a bit of a speed hit.
For that, I usually just use the built in editor of the OS. On iPhone use notes
Loved editpad.org when was minimal, but sadly now is more sophisticated
pastebin.com is what I use for this. I'm curious if there's something more lightweight out there.