infews / keydown

An HTML5 presentation builder
MIT License
503 stars 66 forks source link

How to add script tags? #14

Open solars opened 12 years ago

solars commented 12 years ago

Hey,

I wondered how to add script tags to slides - it should work with markdown, but somehow they are always displayed in the slide (although working).

Example: https://gist.github.com/6bd2de515cbb864d02b0 it seems to work, but the content of the script tags is always displayed on the slide

what I want to do is use coffeescript for interactive presentations (therefore it can be used with an additional compiler script and type="text/coffeescript" - which also works fine, but results in the same output in the slides as above...

any idea how I could do this?

Thanks a lot, Christoph

solars commented 12 years ago

no idea? :(

infews commented 11 years ago

Hmmm. I'm using Codemirror, which should do what you want natively, if they support CoffeeScript.