deck.js-codemirror icon indicating copy to clipboard operation
deck.js-codemirror copied to clipboard

CodeMirror extension for deck.js

Results 10 deck.js-codemirror issues
Sort by recently updated
recently updated
newest added

Added support for running CoffeeScript. (Slide HTML must include the CoffeeScript compiler: http://coffeescript.org/extras/coffee-script.js)

I have come to rely on running code samples in presentations. Unfortunately currently only evaluating JavaScript code is supported. This change allows different evaluators to be configured by setting appropriate...

This illustrates the request in issue #26. Alternatively the dependencies to codemirror could be included.

trying to edit js code on the example deck, i get multiple cursors, even, sometimes, in the gutter. I don.t know if this is specific to the ipad or generic...

Just installed your extension and it looks like the "web-2.0" theme of deck.js doesn't play nice with codemirror styles. There may not be much you can do about it short...

Hello, I'm working on a presentation (http://vjeux.github.com/jsCollaborativePresentation/#slide-3) where I show a lot of code. I'd like to do two things: - Highlight some parts of the code - Have syntax...

The default introduction set of slides prints fine, but when you include codemirror it only seems to be able to find the first slide. Whatever css is being included that...

... to which the codeMirror elements will be attached. Right now goes for parent element of the code container. Could be anywhere else on the page I suppose.