Tobias Schmitz
2621c6416e
feat!: revert making some elements Locatable
2025-07-13 18:06:03 +02:00
Tobias Schmitz
e5e5fba418
fix: revert making math elements Locatable
2025-07-13 17:53:55 +02:00
Tobias Schmitz
3c46056599
fix: public outline entry.inner()
function
2025-07-13 17:46:55 +02:00
Tobias Schmitz
b5c6f7132b
feat!: remove unfinished manual tagging code for now
2025-07-13 17:38:19 +02:00
Tobias Schmitz
484f633e27
chore: remove left over file from merge
2025-07-13 17:30:37 +02:00
Tobias Schmitz
eb9a3359d5
feat: generate tags for lists and enums
2025-07-13 17:27:02 +02:00
Tobias Schmitz
a495724813
feat: mark all shapes as artifacts
2025-07-12 20:02:28 +02:00
Tobias Schmitz
e3c0855a2b
fix: update krilla
2025-07-12 14:15:13 +02:00
Tobias Schmitz
e0074d6e39
refactor: make TableCell::kind #[parse] instead of #[synthesized]
2025-07-11 14:45:45 +02:00
Tobias Schmitz
e8af101a79
Merge branch 'main' into pdf-accessibility
2025-07-11 14:13:34 +02:00
Said A.
0264534928
Fix regression in reference autocomplete ( #6586 )
2025-07-10 15:02:23 +00:00
Tobias Schmitz
0a0830ff93
fix: update krilla
2025-07-10 15:41:31 +02:00
Said A.
70710deb2b
Deduplicate labels for code completion ( #6516 )
2025-07-10 13:15:19 +00:00
Laurenz
275012d7c6
Handle lower
and upper
in HTML export ( #6585 )
2025-07-10 10:54:06 +00:00
Laurenz
98802dde7e
Complete movement of HTML export code to typst-html
( #6584 )
2025-07-10 10:42:34 +00:00
Laurenz
ac77fdbb6e
Fix tooltip for figure reference ( #6580 )
2025-07-09 13:50:54 +00:00
Laurenz
3aa7e861e7
Support images in HTML export ( #6578 )
2025-07-09 13:48:43 +00:00
Laurenz
a45c3388a6
More consistent Packed<T>
to Content
conversion methods ( #6579 )
2025-07-09 13:40:22 +00:00
Max
f9b01f595d
Move math styling to codex and add math.scr
( #6309 )
2025-07-09 13:08:49 +00:00
Robin
eed3407051
Update Swedish translations based on defaults used for LaTeX and cleveref ( #6519 )
2025-07-09 12:44:42 +00:00
Jassiel Ovando
1bbb58c43f
Add completions subcommand ( #6568 )
2025-07-09 12:41:40 +00:00
Malo
1dc4c248d1
Add default
argument for str.first
and str.last
( #6554 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-07-09 12:10:24 +00:00
frozolotl
9e6adb6f45
Ignore spans when checking for RawElem equality ( #6560 )
2025-07-09 12:04:22 +00:00
Robin
4534167656
Use "displayed" instead of "repeated" to avoid ambiguity in numbering docs ( #6565 )
2025-07-09 12:02:50 +00:00
Laurenz
9ad1879e9d
Anti-alias clip paths ( #6570 )
2025-07-09 12:02:13 +00:00
Robin
e5e813219e
Fix typo of Typst domain in quote docs ( #6573 )
2025-07-09 12:01:57 +00:00
Laurenz
52a708b988
Move html
module to typst-html
crate ( #6577 )
2025-07-09 09:46:40 +00:00
Laurenz
e71674f6b3
Construct library via extension trait instead of default & inherent impl ( #6576 )
2025-07-09 09:28:26 +00:00
Tobias Schmitz
df10cb8570
feat: default to the url if no alt text is specified for a link
2025-07-09 10:18:48 +02:00
Tobias Schmitz
08719237c2
feat!: for now don't generate paragraphs
2025-07-09 10:18:48 +02:00
Tobias Schmitz
8998676acb
feat: group artifacts
...
span one artifact tag across all content inside an artifact
2025-07-09 10:18:39 +02:00
Laurenz
e5e1dcd9c0
Target-specific native show rules ( #6569 )
2025-07-09 08:16:36 +00:00
Tobias Schmitz
0c09c7d666
Merge branch 'main' into pdf-accessibility
2025-07-08 14:57:51 +02:00
Tobias Schmitz
edd213074f
refactor: remove general api to set cell kind and add pdf.(header|data)-cell
2025-07-08 14:14:37 +02:00
Tobias Schmitz
070a0faf5c
fixup! test: table header id generation
2025-07-08 14:14:21 +02:00
Tobias Schmitz
2445bb4361
fix: table header hierarchy resolution
2025-07-08 11:28:35 +02:00
Laurenz
0a3c6939dd
Rewrite foundations of native elements ( #6547 )
2025-07-08 08:52:43 +00:00
Robin
36ecbb2c8d
Refer to json function instead of deprecated json.decode in groups docs ( #6552 )
2025-07-07 14:15:32 +00:00
Robin
51ab5b815c
Fix minor typo in function docs ( #6542 )
2025-07-07 14:15:10 +00:00
Tobias Schmitz
7d5b9a716f
feat: wrap table cell content in a paragraph
2025-07-07 12:30:56 +02:00
Tobias Schmitz
b0d3c2dca4
test: table header id generation
2025-07-07 12:28:53 +02:00
Tobias Schmitz
58c6729df4
feat: generate human readable table cell IDs
...
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-07 10:52:20 +02:00
Laurenz
d1deb80bb8
Fix nightly warnings ( #6558 )
2025-07-05 12:23:48 +00:00
Andrew Voynov
88e451b3dc
Fix typo in PackageStorage ( #6556 )
2025-07-04 17:02:02 +00:00
Tobias Schmitz
cc3a68ecb1
Remove duplicate language computation ( #6557 )
2025-07-04 17:00:45 +00:00
Tobias Schmitz
157e0fa142
fix: generate cell id with correct indices
2025-07-04 15:56:39 +02:00
Tobias Schmitz
4dceb7f5ef
refactor: update krilla
2025-07-04 10:37:46 +02:00
Tobias Schmitz
3d4d548934
feat: [WIP] generate alt text for ref elements
2025-07-03 18:43:30 +02:00
Tobias Schmitz
254aadccfc
docs: fix comment
2025-07-03 18:43:20 +02:00
Tobias Schmitz
8e10356234
refactor: use krilla as git dependency
2025-07-03 18:43:20 +02:00