12 comments

[ 3.1 ms ] story [ 37.0 ms ] thread
Impressive demo! Within 10 seconds I created the app, made an edit and saw my slides reload in realtime.
Awesome! But I need images! Would love to use this.
Yes, a simple image upload feature would be most helpful. But this is sweet!! Like the markdown-based input better than Google Powerpoint.
Looks like images work just fine.

    ![test](https://i.imgur.com/Qjmt6dD.png)
It's GitHub Flavored Markdown.

https://guides.github.com/features/mastering-markdown/

It also seems to support HTML:

   <img src="https://i.imgur.com/Qjmt6dD.png">
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.)
This is great! I'm eager to deploy it on my sandstorm instance!