I am using Webapp, with sample typst file as appended. In the web app the right window does not show the html output just a blank slide and exported html file scrolls through first page and stops although the counter in the address bar keep increasing,
File : #import “@preview/slipst:0.3.0”: *
This is just a guess, but since HTML export is still experimental the web app doesn’t yet support everything. The preview doesn’t seem to allow for interaction with the output, so it only shows the first (blank) page. You can try compiling locally with typst watch <filename>.typ --format html --features html
you’re still seeing content on the screen, correct? The slipst documentation says that if you wish to scroll up, you should be inserting #up commands in your document. For example,
= Presentation title
This is the first slip and has a list:
One
Two
#pause
Three
#pause
#up(here) // <-- This tells slipst to scroll up
= Presentation title 2
This is another slip:
One
Two
Three