TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Notepad.cc - a piece of paper in the cloud

134 pointsby jacobbijanialmost 15 years ago

29 comments

duckalmost 15 years ago
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>
评论 #1438044 未加载
aliseyalmost 15 years ago
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.
评论 #1441744 未加载
评论 #1438570 未加载
评论 #1438917 未加载
Zakuzaaalmost 15 years ago
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?
评论 #1438117 未加载
patrickryanalmost 15 years ago
This is great. Simple, well designed, and just enough features. I especially enjoy the vanity url and password protection. Good work!
charlieparkalmost 15 years ago
Very nice. I love how many projects you churn out, Jacob. And how good they look. It's inspiring. And humbling.
评论 #1437956 未加载
oskee80almost 15 years ago
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>
techsupporteralmost 15 years ago
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? :)
评论 #1439060 未加载
d0malmost 15 years ago
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 -&#62; And it saves it. I can then access it on my-ip : )
jlgossealmost 15 years ago
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.
评论 #1437885 未加载
chimealmost 15 years ago
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>
PawelDecowskialmost 15 years ago
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.
crocowhilealmost 15 years ago
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.
评论 #1438675 未加载
hellweaver666almost 15 years ago
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?
评论 #1439272 未加载
deadkennyalmost 15 years ago
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&#38;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?
s2r2almost 15 years ago
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 (?)
评论 #1438328 未加载
andrewcamelalmost 15 years ago
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.
mtnchknalmost 15 years ago
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 &#60;head&#62; 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)?
thebigshanealmost 15 years ago
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?
评论 #1441483 未加载
epynonymousalmost 15 years ago
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.
评论 #1438035 未加载
barrydahlbergalmost 15 years ago
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.
评论 #1437899 未加载
alanthonycalmost 15 years ago
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.)
评论 #1438037 未加载
ComputerGurualmost 15 years ago
So, pastebin.ca reborn?
评论 #1438380 未加载
xtacyalmost 15 years ago
Any plans of open sourcing this? What other features have you planned for it? Versioning? Like gist.github.com?
SQueekalmost 15 years ago
check google notebook. like their more powerful notebook for the web
aikalmost 15 years ago
Cool.<p>How long does it retain the note once you close it?
评论 #1437897 未加载
corin_almost 15 years ago
Looks great, hoping to see source released sometime :)
altanoalmost 15 years ago
This is great. I love the simplicity.
omousealmost 15 years ago
does it work for mobile devices such as nonsmartphones?<p>(written frm samsng impct)
评论 #1438171 未加载
Raphaelalmost 15 years ago
Takes forever to save.