Web based Textmate like editor that saves to Dropbox
51–60 of 97 posts
Re: Web based Textmate like editor that saves to Dropbox
#52Earlier 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?)
The Dropbox API supports the standard OAuth web flow which just requires you to have an active session on dropbox.com. I put in a feature request so hopefully soon the extension wont ask for passwords anymore.
Re: Web based Textmate like editor that saves to Dropbox
#53Earlier quoted context omitted.
The Dropbox API supports the standard OAuth web flow which just requires you to have an active session on dropbox.com. I put in a feature request so hopefully soon the extension wont ask for passwords anymore.
As a workaround, you could just have a hidden dropbox.com frame.
Re: Web based Textmate like editor that saves to Dropbox
#54Earlier quoted context omitted.
My gf just got a Chrome OS notebook from Google - that is probably the best use case for it.
That was my initial reaction to this too. But without a compiler/interpreter on hand, this app won't be too useful for any serious coding. You just can't test what you're writing. On the other hand, this is fantastic for non-code text files.
http://www.cloudcompiling.com/cloudcompilingsaas.html
Wasn't there a link to a "Cloud Compiler" yesterday?
Re: Web based Textmate like editor that saves to Dropbox
#55Speaking of DropBox integration: I have the DropBox App on my iPhone, and the 1Password App too, which has "DropBox integration", but it asks for my DropBox password. Is that the way it's supposed to work? Shouldn't 1Password be able to access DropBox files via the phone itself?
I believe 1Password is just using the Dropbox API, in which case your credentials are indeed needed. I don't think it's possible for 1Password to use the Dropbox App to do the integration with the Dropbox service, at least not at the present time with the way apps are sandboxed.
Re: Web based Textmate like editor that saves to Dropbox
#56Excellent. Now drop in some version control (mercurial for my own preference :)) and we are onto a winner. Dropbox is great for syncing between your development machines, but version control is essential for deployment and team development. Combining the two is really powerful.
Re: Web based Textmate like editor that saves to Dropbox
#57This is really cool. I have absolutely no use for it.
Re: Web based Textmate like editor that saves to Dropbox
#58Re: Web based Textmate like editor that saves to Dropbox
#59Re: Web based Textmate like editor that saves to Dropbox
#60Earlier 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!!