jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.61k stars 511 forks source link

Enhancement: Allow JSFiddle like versioning and saving #152

Open adjavaherian opened 8 years ago

adjavaherian commented 8 years ago

It would be cool to be able to save your js right there in the openjscad similar to how jsfiddle.net does it.

z3dev commented 8 years ago

@adjavaherian just checked in some code to do this. Look for this in the next release. :)

z3dev commented 8 years ago

The latest version in the DEV branch has the ability to "save" the code, and "restore" the code locally. Please try if you have time.

adjavaherian commented 8 years ago

nice. I'm super busy, right now, but I'm sure its awesome.

adjavaherian commented 7 years ago

So it looks like the save to cache already got merged. But it doesn't seem to work for me on Safari. Not supported?

z3dev commented 7 years ago

I thought that Safari was handing the local cache... Hmm.

I'll add this as a test case and make sure that Safari is working correctly.