fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 102 forks source link

allow a TextArea slide to accept code and async run it via fsi on suave server #89

Open reidev275 opened 8 years ago

reidev275 commented 8 years ago

Had this idea the other day when prepping for a talk that has some live coding and some presentations. Switching between presentation and code is always a pain and is a great time to loose the audience. Thought it would be a cool idea to allow the presenter to code inside the presentation. Would also solve the live code presentation issue of messing up; you could 'magically' move to the next slide that was prepped with working code. Is this something that would be seen as a good idea within FsReveal?

mexx commented 8 years ago

Sounds very interesting.