-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Feature-request: download all sketches as zip #1939
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
Comments
Thanks for the suggestion! I thought there was an open issue about this but apparently there is not. A related issue is #273. |
I'd like to take a crack at this if no one else is working on it. |
I'd like to work on this if no one is currently working on it. |
So currently the editor uses p5.js-web-editor/server/controllers/project.controller.js Lines 289 to 294 in f21b847
The same library can be used for all the current sketches of a user. We can use the Similar fix can be done for #273 Please assign either or both of these issues to me. @lindapaiste @raclim |
@raclim Now these feature exist's In my Opinion It would be better to close these... |
I wrote this bulk-download sketch to do this, but I'd love to see this built into the editor... the sketch I wrote uses an undocumented API (rate limited at 2req/s). ![]() ![]() |
@Thomascountz That sounds like a really useful feature! I'd love to help work on integrating this into the editor Also, are there any constraints or alternative APIs we should consider for handling the rate limits? |
@Jatin24062005 Sounds great! Oh, by "rate limit," I meant "self-imposed rate limit." I added the constraint when calling the To get things in the editor, I'm thinking we can add a method similar to I just got the project spun up locally and will see if it could work like this in the coming days. The docker-compose setup was really nice! 😄 |
Uh oh!
There was an error while loading. Please reload this page.
Apologies if this already exists, but would be very useful to be able to bulk download all sketches from the 'My Sketches' page
The text was updated successfully, but these errors were encountered: