Simple web presentations with Typst
https://github.com/jomaway/typst-bifold
Create web presentations with Typst
Only a proof of concept
Keep it simple and easy to use
#show: bifold.with(
title: "Bifold",
subtitle: [Simple web presentations with Typst],
author: "Jomaway",
)#slide[
#title()
#big(context document.description)
#let repo = toml("typst.toml").package.at("repository")
#link(repo)
]Scroll buttons for easy navigation
Keyboard navigation (Arrow keys)
Bigger text for better readability
Single html file output for easy sharing
Progress bar to show how far you are in the presentation
Resonsive design is not implemented yet
Nice animations are not implemented yet
No support for speaker notes yet
No support for slide transitions yet
No theme support yet
If you have any suggestions or feedback, please let me know!
https://github.com/jomaway/typst-bifold/issues