5 ms·
If you guys are interested in putting together some usable examples (in the spirit of docs.angularjs.org), I would love to help you integrate live examples with
by gbadman 14y ago
If you guys are interested in putting together some usable examples (in the spirit of docs.angularjs.org), I would love to help you integrate live examples with Plunker (http://plnkr.co/edit/ http://plnkr.co/edit/).
Bootstrapping an editor session is as simple as POST'ing a simple form targeted at that url.
I would really love to see the Ember.js community get some use out of Plunker. (@filearts on twitter if you'd like to chat).
- pc86 14y agoDoes Plunker have an about page? I've been looking for a description of what it does and what it's for but can't seem to find anything.
- gbadman 14y agoThat sounds like a very good (if not necessary) idea. You can see a list of features on the development version of the site at: http://beta.plnkr.co/ http://beta.plnkr.co/ These include: * Real-time code collaboration * Fully-featured, customizable syntax editor * Live previewing of code changes * As-you-type code linting * Transparent translation of intermediate languages like Coffee-Script, Typescript, Sass, etc (with sourcemapping included where available). This means you create 'app.coffee' and ask for 'app.js' in your html and you are served the compiled version of 'app.coffee' as well as its sourcemap. * Forking, commenting (not done yet) and sharing of Plunks * Fully open-source on Github under the MIT license Also, there is both a Google Group (http://plnkr.co/discuss http://plnkr.co/discuss) and github repo (https://github.com/filearts/plunker https://github.com/filearts/plunker). That being said, neither of these properly address your question. I will push out an about page as soon as I can.