hacker-slides
hacker-slides copied to clipboard
A simple app that combines Ace Editor and RevealJS. You can write markdown on the left, and preview your presentation on the right.
It would be great to have built in chart functionality (connected to ethercalc even!). Here's a great working example of reveal.js with chart.js integration: https://gitlab.com/dvenkatsagar/reveal-chart https://dvenkatsagar.github.io/prez/reveal-chart.html#/1
It would be nice to be able to shrink the preview or disable it completely.
I've worked out how to use transitions and backgrounds but would also like to use fragments. Is there a syntax for fragments? I'm adding some notes to the wiki too,...
At some point, Sandstorm will actually disallow embedding off-site resources via Content-Security-Policy since otherwise it is trivial to leak data out of a Sandstorm app, something we'd like to prevent....
use share.js? http://sharejs.org/
Interestingly, inserting an animated SVG in the hacker-slides editor displays that anim properly, try this for example: ``` ``` However, the animated SVG does not work in presentation mode. It...
## STR 1. Start with the default slides.md 2. Add a new slide 3. Add an image to the new slide, e.g. `` ## Expected behavior If I...