index
:
typst
0.10
0.11
0.11-with-extras
0.11.1-with-extras
0.12
0.12.0-with-extras
0.13
0.6
0.7
0.8
0.9
better-lists
consistent-html-frame-size
digital-signatures
html-content-models
improve-raw-docs
in-operator-for-modules
main
parallel-iterations
pdf-accessibility
pdf-lang
rect-strokes
ref-cite-warn
repeat-figure-caption
table-subfooters
type-str-compat-round-2
warn-suppression
MSM's mirror of Typst
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-07-10
fix: update krilla
pdf-accessibility
Tobias Schmitz
2025-07-09
feat: default to the url if no alt text is specified for a link
Tobias Schmitz
2025-07-09
feat!: for now don't generate paragraphs
Tobias Schmitz
2025-07-09
feat: group artifacts
Tobias Schmitz
span one artifact tag across all content inside an artifact
2025-07-08
Merge branch 'main' into pdf-accessibility
Tobias Schmitz
2025-07-08
refactor: remove general api to set cell kind and add pdf.(header|data)-cell
Tobias Schmitz
2025-07-08
fixup! test: table header id generation
Tobias Schmitz
2025-07-08
fix: table header hierarchy resolution
Tobias Schmitz
2025-07-08
Rewrite foundations of native elements (#6547)
Laurenz
2025-07-07
Refer to json function instead of deprecated json.decode in groups docs (#6552)
Robin
2025-07-07
Fix minor typo in function docs (#6542)
Robin
2025-07-07
feat: wrap table cell content in a paragraph
Tobias Schmitz
2025-07-07
test: table header id generation
Tobias Schmitz
2025-07-07
feat: generate human readable table cell IDs
Tobias Schmitz
in almost all real-world cases these IDs require less memory than the binary IDs used before, and they are also require less storage in PDF files, since binary data is encoded in hex escape sequences, taking up 4 bytes per byte of data.
2025-07-05
Fix nightly warnings (#6558)
Laurenz
2025-07-04
Fix typo in PackageStorage (#6556)
Andrew Voynov
2025-07-04
Remove duplicate language computation (#6557)
Tobias Schmitz
2025-07-04
fix: generate cell id with correct indices
Tobias Schmitz
2025-07-04
refactor: update krilla
Tobias Schmitz
2025-07-03
feat: [WIP] generate alt text for ref elements
Tobias Schmitz
2025-07-03
docs: fix comment
Tobias Schmitz
2025-07-03
refactor: use krilla as git dependency
Tobias Schmitz
2025-07-03
chore: update krilla
Tobias Schmitz
2025-07-03
feat: generate paragraphs
Tobias Schmitz
2025-07-03
fix: handle some edge cases instead of panicking
Tobias Schmitz
2025-07-03
refactor: split up pdf tagging code into multiple modules
Tobias Schmitz
2025-07-03
feat: generate headers attribute table cells
Tobias Schmitz
- fix marking repeated headers/footers as artifacts - fix table row grouping with empty cells
2025-07-03
fix: ignore repeated table headers/footers in tag tree
Tobias Schmitz
2025-07-03
fix: bug due to table cell start tags in grid layout code
Tobias Schmitz
2025-07-03
feat: tag table headers and footers
Tobias Schmitz
2025-07-03
feat: support headings with level >= 7
Tobias Schmitz
2025-07-03
refactor: move link tagging code
Tobias Schmitz
2025-07-03
fix: don't include outline title in TOC hierarchy
Tobias Schmitz
2025-07-03
fix: only use link annotation quadpoints when exporting a PDF/UA-1 document
Tobias Schmitz
2025-07-03
feat: hierarchical outline tags
Tobias Schmitz
2025-07-03
docs: fixup some comments
Tobias Schmitz
2025-07-03
feat: mark RepeatElem as artifact
Tobias Schmitz
2025-07-03
fix: mark table gutter and fill as artifacts
Tobias Schmitz
2025-07-03
feat: always write alt text in marked content sequence for images
Tobias Schmitz
2025-07-03
feat: add cli args for PDF/UA-1 standard and to disable tagging
Tobias Schmitz
2025-07-03
refactor: revert some changes to FrameItem::Link
Tobias Schmitz
2025-07-03
refactor: derive(Cast) for ArtifactKind
Tobias Schmitz
2025-07-03
fix: avoid empty marked-content sequences
Tobias Schmitz
2025-07-03
feat: generate tags for tables
Tobias Schmitz
2025-07-03
feat: use local krilla version
Tobias Schmitz
2025-07-03
feat: pdf.tag function to manually create pdf tags
Tobias Schmitz
2025-07-03
feat: write tags for more elements
Tobias Schmitz
2025-07-03
feat: write tags for links and use quadpoints in link annotations
Tobias Schmitz
2025-07-03
feat: pdf.artifact element
Tobias Schmitz
2025-07-03
feat: mark artifacts
Tobias Schmitz
[next]