Live data from Hacker News

Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

bento.page

81–90 of 261 posts

Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

#81

Earlier quoted context omitted.

I would call this a slide show not powerpoint mostly because making it work with the satanic office formats is a path to hell. Hopefully simpler formats like this will become the norm and the old ones can die.

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)

#84
post #74

Earlier quoted context omitted.

I'm don't care. If it's good, it's good.

Agreed, but the days of software projects being ambitious or impressive are over.

Because they didn't write all the code by hand? Seems like an odd measurement for determining if a project is ambitious or impressive. Clearly this one is based on the replies here.

Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

#85
post #9

Awesome. 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

The draft doesn't read as a Wikipedia article – e.g. addressing the reader as 'you'.

I don't think WP is the right place for this. It is supposed to be a tertiary source, not a place to promote concepts you want to see established.

Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

#86
post #39

This 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.

Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

#87
post #57

Great project. But please check the name: https://en.wikipedia.org/wiki/Bento_(database)

> Bento is a discontinued database application for Mac OS X made by the former FileMaker Inc., since renamed to Claris.

So OP needs to rename their slideshow tool to Claris?

Re: Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

#90

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 that in order to mimic Powerpoint, but... don't forget it's there. it's my favorite part of using Reveal.js!

Post reply on HN