I love it! I will absolutely be trying this out and following along. For a long time I've used draw.io for making diagrams, and found it clever that you can effectively save your document as an iframe blob of editor + file (though in their case, the editor is not stored in the file, a web connection is required to load the editor codebase. I've wished that could be the primary use case and this is basically what I'd…
Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
111–120 of 261 posts
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#112I really loved when this was a feature of the Opera browser, before they went chromium.
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#113This might just be a Firefox thing but the animations are really struggling on my system here - very slow and choppy.
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#114Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#115A basic starter html file with an example app: https://glider-app.netlify.app/glider.html
Docs: https://glider-app.netlify.app/docs.html
The docs aren't very polished yet but it's quite usable!
It bundles a JSX transpiler, a code editor, and supports saving to a file or localstorage. It supports "ejecting" to separate the shell (handling saving files, transpiling, editing, etc) from the JSX and the JSON data.
I also threw together an iOS app in which you can save these mini apps, allowing for longer term saving of data and code edits without relying on localstorage alone, making the save/refresh loop seamless. It includes a sandbox, preventing any saved mini apps from making network calls, but allows the user to enable network usage on a per-app basis. I'd like to include more QoL features like a native editor, but haven't prioritized that yet.
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#116What an ambitious and impressive project! I'm going to try it. One note: The home page says "Nothing phones home," but the Bento files I've examined include a cloudflareinsights.com beacon.
Agreed that the homepage should not indicate otherwise, but on the plus side with a tool like Bento you can edit the HTML file locally, remove the script tag at the bottom that does that, and never worry about that tracking again!
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#117Awesome. I've been trying to promote this kind of Single-File Web Apps as a concept - feel free to add this to the proposed Wikipedia page: https://en.wikipedia.org/wiki/Draft:Single_File_Web_Apps
https://hyperclay.com/ could be on there I think
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#118Hi, I'm the creator of Bento. Just wanted to share a bit more about how I created it beyond what's in Github. The file contains more or less two sections. There is a plain block of JSON near the top of the file which is the slide data. You can read, grep, or point a harness at it. The app itself is in a base64 blob that loads through a small shim which deflates in the browser with DecompressionStream, which keeps the…
You seem to have created a new GitHub account just for this project a week ago. Do you have any other GitHub accounts that enable us to see a track record of your work (maintenance, security)?
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#119Great project. But please check the name: https://en.wikipedia.org/wiki/Bento_(database)