mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
153 stars 51 forks source link

project saving in zips #371

Closed chriskiefer closed 2 years ago

chriskiefer commented 2 years ago

the processes of downloading and unzipping is quite complicated. Why don't we simplify this and just download the .json file? The grammar and code txt files are useful but maybe overcomplicating the process - users can just copy and paste from the loaded file if needed.

smilo7 commented 2 years ago

I agree. Will try adding this.

smilo7 commented 2 years ago

Added in upcoming PR. File format saves as "playground name - timeanddate.json" if playground doesn't have a name (ie user might not be logged in) simply saves as playground -timeanddate.json

smilo7 commented 2 years ago

added on develop branch.