HTML Slides with notes
nbd.neocities.org
HTML Slides with notes
1–10 of 46 posts
Re: HTML Slides with notes
#2Re: HTML Slides with notes
#3I have a special spot in my heart for tools that do a good job of explaining themselves using their own outputs.
I wonder how hard it would be to add the cute old PowerPoint style transitions using CSS
Re: HTML Slides with notes
#4Re: HTML Slides with notes
#5This is really cute! I have a special spot in my heart for tools that do a good job of explaining themselves using their own outputs. I wonder how hard it would be to add the cute old PowerPoint style transitions using CSS
Screen capture API > full screen canvas element > css animated clip mask and opacity
Re: HTML Slides with notes
#6 (i = slide.nextElementSibling)?.className == "slidenote" ? i : slide
]),
An alternative approach: slide.querySelector(":scope+.slidenote") ?? slide
(|| would work just as well as ??, but ?? feels more appropriate.)Re: HTML Slides with notes
#7I love it, but it was very disorienting to use `j` to move forward and `k` to move backward.
Re: HTML Slides with notes
#8Re: HTML Slides with notes
#9I love it, but it was very disorienting to use `j` to move forward and `k` to move backward.
Re: HTML Slides with notes
#10Could add clicker support (which I have done previously). Note however that clickers vary between Up/Down and PgUp/PgDown. Enabling the former was potentially annoying if you like to use the arrow keys to scroll, so I made that configurable. Alternatively you configure mappings per device outside the browser.