-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support importing/exporting .zip archives #306
Comments
If we decide to allow DnD into the filetree or editor window somehow, we should consider whether to do this upstream or just in our fork--there are bugs on this and/or Trello cards for this feature in Brackets. |
The "unzip into filesystem" stuff is something I wrote here, and we could rework into an extension we load if you need that feature (i.e., don't always load it, since the zip/unzip code isn't small): https://github.com/humphd/nohost/blob/master/src/webserver.js#L29-L84 |
From discussions today, our plan is:
|
I've done the file-import via dnd, so I've morphed this into the zip import/export bits. |
I'm going to do the zip export in #347, and close this now that I've landed the zip import stuff. |
The text was updated successfully, but these errors were encountered: