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|3 years ago|reply
[+] [-] amadeuspagel|3 years ago|reply
[+] [-] jesushax|3 years ago|reply
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_att...
You seem like a really cool person!
[+] [-] rnoorda|3 years ago|reply
[+] [-] leros|3 years ago|reply
[+] [-] felixr|3 years ago|reply
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|3 years ago|reply
[+] [-] ruiramos|3 years ago|reply
[+] [-] adamredwoods|3 years ago|reply
[+] [-] ghghgfdfgh|3 years ago|reply
My only issue with it is that it does not allow you to scroll down if the text fills up the screen; my way of fixing this is removing the "overflow" CSS property with my browser developer tools.
[+] [-] Slackwise|3 years ago|reply
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.
[+] [-] Oxidation|3 years ago|reply
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.
[+] [-] codazoda|3 years ago|reply
This is just a textarea. Edits are saved to local storage. You have 10 “files”.
https://ponder.joeldare.com/app
[+] [-] leros|3 years ago|reply
[+] [-] julienreszka|3 years ago|reply
[+] [-] explosion-s|3 years ago|reply
https://gist.github.com/Explosion-Scratch/660ab8fe88f605f62a...
[+] [-] codegladiator|3 years ago|reply
[+] [-] skydhash|3 years ago|reply
[0]: https://stackedit.io
[1]: https://tot.rocks/
[+] [-] shaantam|3 years ago|reply
[+] [-] leros|3 years ago|reply
[+] [-] pwg|3 years ago|reply
[+] [-] leros|3 years ago|reply
- Having a single, always open file. Something like notepad would require me to open the app and then open a particular file. Again, too much effort.
[+] [-] anotherhue|3 years ago|reply
0: https://writer.bighugelabs.com/welcome
1: https://typewritesomething.com/
[+] [-] tomcam|3 years ago|reply
[+] [-] leros|3 years ago|reply
In my ideal world, I'd type in xyz.com and it would have a blank text area I can type a few words into. Then going back to xyz.com would still have that data in the text area.
Tools like Notion are too heavy and would tempt me into taking proper notes.
Things like a notepad app on my desktop require too much context switching. I have to leave the browser, open notepad, etc
A blank Google doc isn't a bad solution, except it takes a bit of time to load and then I end up with lots of little abandoned note docs in my Google Drive.
Literally a site with a text area that saves the text to local storage would be perfect. Maybe it supports Markdown.
[+] [-] cornstalks|3 years ago|reply
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
[+] [-] yieldcrv|3 years ago|reply
[+] [-] fattybob|3 years ago|reply
[+] [-] ikornaselur|3 years ago|reply
[+] [-] leros|3 years ago|reply