Show HN: Featureless text editor

10 points by epikur ↗ HN
http://notlikethesun.com/spaceconsole/

Convenient if you want to compose a special tweet, email, or note without the distraction of your inbox or other environment.

Scroll up or down to control the speed of the stars. The starfield Javascript is from Christophe Résigné - https://github.com/chiptune/js/blob/master/starfield.html

10 comments

[ 2.9 ms ] story [ 31.2 ms ] thread
I just open sublime/notepad when I want to have an super fast plain text editor. Usually when I want to remove formatting or when I write an email I accidentally do not want to send.
data:text/html, <html contenteditable>

just put this in address bar. simplest text editor ever

Then ctrl+s when you're done to save an html file of your input.
Coolest. Thing. Ever. I just bookmarked that.
Just a bug (or a feature? 0_o ), in Chrome at least it only lets me create two lines, after that it begins writing over the second line. Other than that it's pretty soothing lol.
Hmm, I'm not able to reproduce that. Did you happen to paste anything in? Currently the contenteditable div gets a little jumbled when you paste in anything that isn't plaintext.
Hmm. I just tried and was unable to reproduce it as well. Maybe I copy/pasted something in that it didn't like? Sorry for the false report, I'll mess around a bit and see if I can get it to work again.