tinymist/tools
QuadnucYard c26dc8de85
feat: add new pdf opts and image page number template to exporter (#2281)
Enhanced the exporter tool:
- For PDF format, added `pdf.pdfVersion`, `pdf.pdfValidator` and
`pdf.pdfTags`. `pdf.pdfVersion`, and `pdf.pdfValidator` will be combined
into `pdfStandard`, and `pdf.pdfTags` will be inverted into `noPdfTags`.
- Use `datetime-local` input for `pdf.pdfCreationTimestamp`.
- For image formats, added `pageNumberTemplate` option, since we cannot
customize that with output path for now.

<img width="1028" height="391" alt="image"
src="https://github.com/user-attachments/assets/1c0c44c9-0ea3-4f7c-a316-5a2746cb8a96"
/>

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2025-12-07 20:00:26 +08:00
..
editor-tools feat: add new pdf opts and image page number template to exporter (#2281) 2025-12-07 20:00:26 +08:00
typst-dom fix: fix preview viewport & scrolling to use the preview container instead of window (#2269) 2025-11-23 21:02:30 +08:00
typst-preview-frontend fix: bring back global function handleTypstLocation (#2287) 2025-12-02 10:36:41 +08:00