tinymist/tools/editor-tools/src
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
..
components feat: use card/button styles from vscode themes (#2100) 2025-09-02 11:10:43 +08:00
features feat: add new pdf opts and image page number template to exporter (#2281) 2025-12-07 20:00:26 +08:00
styles feat: export tool with page/text preview features (#2182) 2025-11-17 21:59:12 +08:00
utils feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00
.gitignore feat: support tracing execution in current document (#166) 2024-04-06 13:32:11 +08:00
global.d.ts feat: supports vscode variables in configurations and (#53) 2024-03-16 23:12:40 +08:00
icons.ts feat: add font list export panel in summary tool (#322) 2024-06-17 17:17:11 +08:00
main.base.ts feat: export tool with page/text preview features (#2182) 2025-11-17 21:59:12 +08:00
main.symbol-view.ts feat: revamp symbol view and add optional details (#2101) 2025-09-10 11:27:44 +08:00
main.ts feat: export tool with page/text preview features (#2182) 2025-11-17 21:59:12 +08:00
style.css feat: revamp symbol view and add optional details (#2101) 2025-09-10 11:27:44 +08:00
types.ts feat: export tool with page/text preview features (#2182) 2025-11-17 21:59:12 +08:00
utils.ts feat: run prettier correctly (#1893) 2025-07-09 19:34:57 +08:00
vite-env.d.ts feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00
vscode.ts feat: export tool with page/text preview features (#2182) 2025-11-17 21:59:12 +08:00