I I’ve created a very simple web based text editor- http://bit.ly/XNFrE4
But one of the biggest lack of this app is that there is no way to save it as text file(.txt).
So I’m looking for an idea on how to make it possible to save the content as .txt file.
Thanks.
Put your file into URI string (encode with base64) and open it as a new link.
BTW. there are some other, more complicated solutions: http://updates.html5rocks.com/2011/08/Saving-generated-files-on-the-client-side