Live data from Hacker News

Web based Textmate like editor that saves to Dropbox

chrome.google.com

51–60 of 97 posts

Re: Web based Textmate like editor that saves to Dropbox

#52
post #36
post #26

Earlier 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.

As a workaround, you could just have a hidden dropbox.com frame.

Re: Web based Textmate like editor that saves to Dropbox

#53
post #52
post #36

Earlier 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.

As a work around for what? How does having a hidden dropbox.com frame stop the extension from asking for passwords?

Re: Web based Textmate like editor that saves to Dropbox

#54
post #24

Earlier 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.

Maybe something like this could work?

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

#55
post #23

Speaking 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.

The Dropbox API doesn't require your credentials. Just use OAuth, so the only party getting your credentials is Dropbox.

Re: Web based Textmate like editor that saves to Dropbox

#56
post #21

Excellent. 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.

Sounds like Cloud9: http://run.cloud9ide.com/

Re: Web based Textmate like editor that saves to Dropbox

#60
post #26

Earlier 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!!

[deleted]
Post reply on HN