19 comments

[ 1.6 ms ] story [ 50.8 ms ] thread
1 year ago, I made a simple online text editor and only shared it on HN.

Now, over 2000 folks use myTextarea every month :)

Last months analytics: 2,078 visitors 34.3% returning visitors 65.7% new visitors 61.9% search traffic 31.2% direct traffic 6.8% referral traffic

Any idea what they use it for? What's the advantage over all the other pastebin websites in the wild?
This is pretty cool, congratulations!

First of all, I have a question: how do you store the users' text? Do you store it on your server (a db) or is is local storage/cookies or something like that?

And some feedback: I would make the little save icon slightly bigger (probably have the size in %).

Thanks for your reply. The the users' text is saved with HTML5's local storage.
Do you have any monetization plans?
That was never the intent. A sponsor would be nice. Any tips?
It would be useful if you had some idea of who your public is. Then you could place some (hopefully unobtrusive) affiliate links for some product/service of their interest.
Maybe I'm too stupid but I don't really get an use case for that 'tool'.
I know one: When I have some text from a website or a document with markup, I always paste it to Notepad++ and copy it again before I put it in a document. This way Word or Powerpoint or something isn't messing with existing formatting or anything(I know there are many options to paste without markup and so on but to me, this is just easiest :-) )

It keeping track of number of words / characters is not bad either ^_^.

I'll remember this if I'm ever on a machine without the option to install Notepad++ or something :)

Personally, I just paste it either to the URL bar or with ctrl+shift+v (Chrome, Chromium) into a text field (thinking browser, writing an email)

ctrl+shift+v doesn't work with Google Hangouts, thought.

You've never popped open a text editor and started writing things down? I have a dozen notes scattered all over my hard drive because I do that all the time to capture ideas. For some people, it's quicker and easier to open a tab than to open microsoft word. More stable, too.
I need to be able to use a monospaced font.
Might make that possible, soon.
And an even better feature would be monospaced font + code coloring. I bet there is some open-source lib that could do that.