-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add image upload functionality #15
Comments
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
|
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
The text was updated successfully, but these errors were encountered: