http://endofline.wordpress.com/2011/01/25/3-browser-based-ed...
Web based Textmate like editor that saves to Dropbox
71–80 of 97 posts
Re: Web based Textmate like editor that saves to Dropbox
#72Earlier quoted context omitted.
Dropbox does have version control built in, albeit not in the same way which you speak of. Pretty good way to get people unfamiliar with version control to see the utility of it, though :)
Actually no; Dropbox and version control are different ends of the same problem spectrum. Using Dropbox for version control is non-optimal, and Dropbox VC is more backend/invisible to it's use case. Dropbox is about syncing, as fast as possible and in real time - it is designed for multiple computers but only one concurrent use . So it is really for the individual. Versioning is a form of snap shot that is designed t…
Re: Web based Textmate like editor that saves to Dropbox
#73Earlier quoted context omitted.
Another "feature" would be the ability to use it without dropbox--save functionality removed. I don't have my dropbox password handy, so the app is completely unusable. (HTML"5" database/ javascript localstorage?)
BTW, I'm the author of this software. So I've been trying to figure out how to save things locally for awhile. I realized that HTML5 has a File System API which in Chrome 9 can FINALLY write to the local SANDBOXED environment. This feature is planned!!
Re: Web based Textmate like editor that saves to Dropbox
#74The problem of editing text files, synching them across many machines, versioning them and sharing them via web or email is I think a well-solved problem.
Re: Web based Textmate like editor that saves to Dropbox
#75I'm angry at myself for not thinking about the Dropbox portion of the application. I had already thought that a TextMate-like editor for Chrome would be really nice to have, but I couldn't think of a solution for. If I used traditional saving methods, I couldn't figure out why I wouldn't just use emacs, coda, textmate, etc. The Dropbox portion is what makes this app for me. That
I guess I still don't understand why I wouldn't just use emacs, etc. I edit files in my Dropbox folder with emacs all the time.
Re: Web based Textmate like editor that saves to Dropbox
#76Re: Web based Textmate like editor that saves to Dropbox
#77Earlier quoted context omitted.
Another "feature" would be the ability to use it without dropbox--save functionality removed. I don't have my dropbox password handy, so the app is completely unusable. (HTML"5" database/ javascript localstorage?)
BTW, I'm the author of this software. So I've been trying to figure out how to save things locally for awhile. I realized that HTML5 has a File System API which in Chrome 9 can FINALLY write to the local SANDBOXED environment. This feature is planned!!
How far do you plan to go with this? You could certainly make a buck or two if, say, you start offering a premium IDE with auto-complete, server-side compilation, etc. Not sure there's a big demand for this. Maybe you could sell this to enterprises and they could just deploy a lots of thin clients--save some cash on powerful workstations--and can log in from anywhere to develop and compile the code server-side and seamlessly deploy. But I'm just thinking out loud now. Best of luck.
Re: Web based Textmate like editor that saves to Dropbox
#78As an aside the Chrome Web Store tantalizingly says "Sorry, we don't support your browser just yet. You'll need Google Chrome to install apps, extensions and themes."- are they planning to go cross-browser at some point or just teasing me?
Re: Web based Textmate like editor that saves to Dropbox
#79Re: Web based Textmate like editor that saves to Dropbox
#80Earlier quoted context omitted.
Another "feature" would be the ability to use it without dropbox--save functionality removed. I don't have my dropbox password handy, so the app is completely unusable. (HTML"5" database/ javascript localstorage?)
BTW, I'm the author of this software. So I've been trying to figure out how to save things locally for awhile. I realized that HTML5 has a File System API which in Chrome 9 can FINALLY write to the local SANDBOXED environment. This feature is planned!!