Open jacksingleton opened 9 years ago
We'll also need to modify reveal.js's CSS themes, since they currently load Google web fonts. Perhaps add a build step that pre-fetches the various font files and adjusts the .scss to use the locally-cached copies?
Would be nice to allow uploading of more than just images. It might be useful to upload video, audio, etc. Even if off-site embeds are allowed, I might want my presentation to be entirely self-contained so Sandstorm's own backup/restore mechanisms capture the whole thing.
Agreed @ndarilek. Eventually I think Hacker Slides should integrate with a file upload app like Filedrop or Davros via the powerbox and allow any file to be embedded within a presentation.
Sounds excellent @jacksingleton . This would be the best solution for the sandstorm environment.
For the moment, there's a hacky way to do this with Davros
<img src="https://16290b47747ab678fb611bf4741ss.yoursever.net/remote.php/webdav/tutorials/images/voyager.jpg" width=300>
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. (Currently, this client-side sandbox is incomplete.) - Kenton