Hi, 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…
The concept that's MAGICAL in Reveal.js is vertical slides. e.g. https://revealjs.com/#/2/1 You just make one slide deck with lightweight high-abstraction slides and depending on the audience you just... hit the down arrow. bam. now you're inside the tech slides. no nerdy tech guys? sweet, don't hit down on slide 3. Instead you're with the marketing guys, so hit down on slide 5. Anyway - looks like you got rid of tha…
Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
91–100 of 261 posts
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#92Earlier quoted context omitted.
You are right, but I guess a lot of people recognise PowerPoint as a brand. Maybe I can bill this as better-than-powerpoint!
FactorialPoint, your slideshows improve even faster than an exponential!
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#93Absolutely love seeing products like this. Starred, saved link, will definitely use soon.
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#94This is really clever and is taking a direction I hope to see more software taking! Totally self contained is awesome. Well done!
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#95Thanks for sharing and deserves a lot of Github stars!
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#96Awesome. Perfect for editing with agents and sharing with coworkers. - Even works well on mobile. - Embedding images and videos also works flawlessly.
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#97this project is a monument to the HUGE failure of the Workspace team at Google to enable agent editing in a way that makes sense. Google is really shitting the bed in all the way that matters on GenAI and being an ex employee of Cloud I am not in the least surprised about it, just really sad.
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#98Maybe you can implement this into the project, a blank default read only (except author details) that installs as a pwa.
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#99- slidev markdown-based slides, I often have a code-agent make these. https://github.com/slidevjs/slidev
- typst slides are great looking too, especially with math etc. Again easy for agents to do
One minor nit: Based on the title, I thought this was literally a tool that had something to do with PowerPoint, but "PowerPoint" is used here as a synonym for "Presentation", which is ironic/unfortunate given how many dislike PowerPoint.
Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)
#100This is so cool! When I initially saw the title I was wondering how this is different from SlideJS or similar, but this is really cool and now I'm wondering if this could (at least in theory) be integrated into something like Pandoc as an output option?
Thanks! I'm not familiar with pandoc but I think you can get some data out of the Bento JSON but is not going to be very rich. May be easier to render it to PDF (which works well in Chrome) first.