While I have seen this done several times before, this is the first time it has been done with a clean interface and limited options... making this the clear winner already.<p>As a developer though I prefer <a href="http://gist.github.com" rel="nofollow">http://gist.github.com</a>
Jakob, you did a great job. A couple of suggestions.<p>1. Make it visible when the text cannot be saved. Nobody wants to lose his work because of Wi-Fi glitch. In my version of notepad I implemented this with a light yellow frame around the textarea. I'm sure there's a better way to do it.<p>2. Imagine you could type a note into an address bar, hit Enter and have it added to your notepad. It's easy to implement, and it works really great for saving page URLs. Here's how I did it with a similar service of mine. Define a keyword search (e.g. "g hello world" - Google Search, "s hello world" - add a note), in Opera it's trivial - right-click the text area, select Create Search, and pick a keyword, I guess in other browsers it's doable too. The POST request carries the name of the page and a note to be added. It might sound simple, obvious, useless, but try it and there's a chance you'll love it.<p>3. List of my pages in the sidebar. Like, when I prefix my pages with "alisey." they go to the sidebar. E.g alisey.links, alisey.snippets.
Well I can see myself paying for such a tool.. as in my-username.notepad.cc, all files saved under a master password.<p>Is it possible to get the files sync to dropbox? may be through dropbox api?
Neat. I tried viewing a note in IE7 and it didn't display right. <a href="http://i.imgur.com/pKdJG.png" rel="nofollow">http://i.imgur.com/pKdJG.png</a>
It looks neat, and is the sort of thing I both wish I'd thought of first, and wish had the source available so I could run it (for myself) on my own server. This would be a lot better than my current solution for saving scraps of code, notes, or other digital ephemera, but most of that I can't put on someone else's storage.<p>Time for me to get coding, then, I suppose? :)
I really like how you can add a password in a non-intrusive way. I mean, it doesn't force you to use it but when you need it, it's really easy to add one :)<p>And by the way, when I want to save things for myself, I hacked a little snippet:<p>my-ip/whatever-category-1/category-2/whatever i wanna save
-> And it saves it. I can then access it on my-ip : )
While I don't personally have a reason to use this, I'm sure a lot of people will find it quite useful.<p>One suggestion though, the user should be able to select their own URL if possible, and if they want to. I know it'll pose some security risks, but having a totally ridiculous address is going to make your notepad less than memorable.
Great job jacob. It's very clean and straight-forward. I like how it instantly creates a shareable url. I've been working on a similar (though not exact) concept on the side for a few months now. Demo: <a href="http://bulletxt.com/demo" rel="nofollow">http://bulletxt.com/demo</a>
I did a similar project a few months ago: <a href="http://zonewriter.com/" rel="nofollow">http://zonewriter.com/</a><p>If you hover to the right of the text box, a sidebar with basic formatting options appear.
So, I tell here what I am looking for: maybe someone will find it interesting and want to implement that.<p>I have android phone and few linux desktop. I want to be able to record notes (simple unformatted text is good) and maybe even voice recording on my phone and have them appear via widget on my desktop transparently.<p>There are webapp that kind of let you do something at least remotely similar (oi notes, astrid, springpad, evernote) but none of them offer a good set of API that would allow me to have a transparent client.
Stupid question... but if I put something personal in there... what's to stop you from reading it? I mean... you could steal my million dollar startup idea. Or is that the plan?
Great idea. Is there a write up on this? A blog entry at least?<p>Some sort of 'about' so users can find out who wrote it, and what (if any) T&Cs and privacy there are, is probably in order, at least to keep the lawyers at bay.<p>Out of interest, where is the data stored? Cloud?
Nice project. Reminds me a little of <a href="http://htlm.org" rel="nofollow">http://htlm.org</a><p>But what I really wanted to say: there's a link to <a href="http://www.tumblr.com/?notepad" rel="nofollow">http://www.tumblr.com/?notepad</a> that's kind of dead (?)
I can definitely see myself using this in the future. It has a very similar feel to dropbox in that it "just works". If you need some support developing an iPhone/iPod/iPad app for it, which I think would be a great idea, I would be happy to lend a hand.
just came across this as it was being used for the froyo port to cdma hero by xda folks, and think it's awesome. something cool to do might be to make it like tomboy notes where you can link between notes, though this probably defeats the purpose.<p>and as an aside, would make for a great faceplate page, or at least humorous. or be able to add some code to the <head> and let it redirect to an OpenID Oauth so that the addy could be used as an openID. might need to specify admin versus guest on that (like a drop.io type setup). speaking of, is this searchable by search engines (or hidden like a drop.io)?
Awesome... but what is the difference between the URI of the page (notepad.cc/test) and the "share this" link URI (notepad.cc/share/ASDF123)? Why aren't they the same? Different security? Different expiration lengths?
pretty simple, i like simple user interfaces. one thing that kind of sux is that you have to manually erase everything in the canvas if you want to start a new document. would be nice to add something to the effect of "start new txt". noticed that with a new tab, it seems to save the session data.<p>need to fix the multi-document feature. otherwise i like it, "share" rather than save. abstraction of the storage layer is great, i don't even want to know where it's stored, just give me access.
Cool. I has to type something and reload to see if it saved automatically. I like that it does, I just didn't trust it.<p>Some basic formatting support would be awesome too.
That's pretty cool.<p>I went and immediately tried it on my iPad. Unfortunately, the links don't show up when I pull up the page there. (The text does autosave though.)