Remix.run Logo
cbolton 11 hours ago

I moved from Pandoc+Lua filters to Typst. Having the scripting language integrated is just nicer, though I sometimes miss the separation between data (from Pandoc markdown) and code.

3036e4 11 hours ago | parent [-]

Is it as good for generating EPUB or HTML for instance? Or just plain text?

cbolton 9 hours ago | parent [-]

I use it to generate PDF. The last release introduced experimental HTML output which is promising but still immature. Work on EPUB support hasn't started as far as I know but it's on the roadmap, and I guess it will be relatively easy once the ongoing work on HTML and accessibility is done.

3036e4 8 hours ago | parent [-]

Sounds like it may eventually turn into an interesting replacement for Pandoc then, but I will stick to the latter for now.