Can we add an option in the POST api to allow the scripting language to be selected (or is there already such an option?)
Here is the reason: I want to introduce students to jsfiddle, and so I would like to add an "export" button from http://pencilcode.net/edit to jsfiddle. Since the students are learning in CoffeeScript, the POST api would need to support that language.
I would like the result to look something like this:
http://jsfiddle.net/n4k2kx0j/2/
Can we add an option in the POST api to allow the scripting language to be selected (or is there already such an option?)
Here is the reason: I want to introduce students to jsfiddle, and so I would like to add an "export" button from http://pencilcode.net/edit to jsfiddle. Since the students are learning in CoffeeScript, the POST api would need to support that language.
I would like the result to look something like this:
http://jsfiddle.net/n4k2kx0j/2/