astro-typst icon indicating copy to clipboard operation
astro-typst copied to clipboard

All-in-one Typst integration for Astro

Results 17 astro-typst issues
Sort by recently updated
recently updated
newest added

I'm not familiar with astro or anything about frontend, but I noticed one thing: Each time I use `pnpm build` to build the site, the ``console.debug(`Detecting ${id}`)`` in target definition...

Astro actual makes it possible to render PDF pages. I hope astro-typst could support PDF builds (a new mode other than HTML/SVG): https://github.com/Myriad-Dreamin/blog/blob/90db5688cac5d50db112692fea646361dd3fcd0c/src/pages/archive/%5B...slug%5D.pdf.ts I can PR upon we reach consensus...

Should we be able to pass input to typst from ts, when using astro-typst as content collection? i.e.: ``?

Suppose one wants to show one page at a time, like a slide show, instead of the entire scrollable document. Would that be an appropriate feature for astro-typst? :)

Typst has a html output feature but it's experimental, and some content does not work with this, so I tend to use the default svg ver. But `width` is quite...

Need to restart dev server to actually see changes

Example: in .pdf, the document outline is clickable (clicking a given section navigates to it on the page). In astro-typst, the links remain clickable, but do not scroll down to...

Page is not updated when file is modified and saved.

In demo page , inline math equation was broken: But when i use typst's html export, the math equation was fine. Is there some bug?

The text rendered in svg typst looks unaliassed. Anyone else seeing this?