Live data from Hacker News

Web based Textmate like editor that saves to Dropbox

chrome.google.com

41–50 of 97 posts

Re: Web based Textmate like editor that saves to Dropbox

#41
post #26
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.

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

#43
Nice find. Since this is a text editor, it would be nice to just display text files.

PlainText, my favorite iOS app for note-taking, displays all files from a specific folder within Dropbox. It may be limiting to others, having just have one folder but it keeps things organized. I'd like to see this either support that one folder model or alternatively, hide all content (images/video etc) that don't apply to the editor.

Re: Web based Textmate like editor that saves to Dropbox

#44
post #39

doesnt mozilla work on something similar ? http://ace.ajax.org/ it was previously called Bespin and is now part of a cloud based IDE as it seems. Interesting.

It looks like SourceKit uses Bespin: Embedded is the excellent Mozilla Bespin (SkyWriter) text editor component

Re: Web based Textmate like editor that saves to Dropbox

#46
This is fantastic. This is exactly how I foresee the future documents and editing. Dropbox, or something like that, provides the service of saving the files. Then web apps are granted access to them and can edit them. Local storage becomes a cache, and Dropbox is where the files are "really" stored.

The advantage of this, of course, is that all your stuff becomes device-independent. Log in from any device that has web access, and you'll have access to all your apps and all your files.

This is much better than having each web app manage files on their own. For instance, you might have documents saved in Google Docs, notes saved in Evernote and Catch.com, and emails saved somewhere else, etc. It sure would be nice to have a single service provide the file storage so that you always have all your stuff and don't have to worry about some web app going obsolete and losing your data along with it.

Now what I would really like for backwards-compatibility is a web-based Linux environment to access my files. Someone recently created a web app using the HTML 5 canvas element (I think) to run an X GUI. (Anyone remember what this was called and where it is located?) Attach a Linux system and that GUI technology to your Dropbox, and then you have an entire computer that can be accessed from any device. Either the browser itself would load all the files and run them by emulation, or a server could run them natively and just print the results to your browser. Either way, once that becomes possible, I would be able to convert to an all-web environment.

Re: Web based Textmate like editor that saves to Dropbox

#47
post #24
post #7

This is really cool. I have absolutely no use for it.

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.

Re: Web based Textmate like editor that saves to Dropbox

#48
This is awesome -- but badly needs some interface work. We've built a similar tool for our CMS also on Bespin/Skywriter/Ace. Here is a screenshot:

http://www.flickr.com/photos/gethifi/4952045778/

Little things like icons on the left are really helpful when trying to browse a file structure. In any case, I'll likely be using this once and a while in a pinch since I keep all of my client files in Dropbox.

I'm also excited for the Ace update. This appears to be using a pretty old version. Rendering text in the DOM is much faster.

Post reply on HN