Is It needed to gathering Typst Webpage examples?

Hi all,

I was wondering if it makes sense to gather a bunch of Typst HTML examples for webpages. I’ve been thinking about how to build a webpage in Typst, but haven’t found many examples out there.

What I have found:

1 Like

Well, html export is still an experimental feature in typst 0.13.1. I don’t think it’s ready for general use yet. For example, ref & label will be lost in html, and we have to hack show rules to implement it. Therefore, I think it might be too early to create examples now, as they will quickly become outdated.

What kind of website do you want to build? Does it have multiple pages? Or any interactive features?

Besides, do you have prior knowledge on html/css? If not, starting with a third-party extension (e.g., shiroa) might be easier.