Anyway, nice work! I created something similar for our product (a list of divs that switch visibility based on keyboard input).
HTML Slides with notes
11–20 of 46 posts
Haha, I see people talking about slides everywhere, from specific moment in my life... that's when I started coding slidepicker.com!
Re: HTML Slides with notes
#12I use HTML for my presentations and publish them online mentioning the URL at the top, such that people can open them on their device, which is often a smart phone. I take that into account for the interactive parts of the presentation.
Re: HTML Slides with notes
#13Maybe it would be easy to add the shortcuts
g - jump to first slide
G - jump to last slide
Re: HTML Slides with notes
#14Re: HTML Slides with notes
#15I love it, but it was very disorienting to use `j` to move forward and `k` to move backward.
lol yeah... "tell me you are lefty without telling me you are lefty"
Those are Vim bindings. The J key rests right under your index finger (and it’s easy to find it thanks to the nudge on your key), which enables you to spend little to no energy to “scroll down”; the K key is for scrolling up.
Re: HTML Slides with notes
#16Nice, I hv been working on engine that renders pptx (without compromising original styles) in web browsers...
Re: HTML Slides with notes
#17one thing that I immediately noticed is that this site has no mobile support at all.
that's why I will link this presentation I made, in just a few hours, for a school project. it has mobile support, automatic fullscreen, and is still lightweight. unfortunately, I lost the code for the engine alone, so I only have the "exported product".
Re: HTML Slides with notes
#18Nice, I hv been working on engine that renders pptx (without compromising original styles) in web browsers...
Have you check https://pitch.com/ ?
Re: HTML Slides with notes
#19I used https://revealjs.com/ in the past for this successfully. I have very good experience with that from circa 10 years ago.
Re: HTML Slides with notes
#20I find the notes mode confusing. You can't tell if you're viewing a note or a slide.
Why would you use it? In PowerPoint the point of notes is to have an aside view for the presenter for extra info. Here all is revealed to the viewer.