Tobias Schmitz
e8af101a79
Merge branch 'main' into pdf-accessibility
2025-07-11 14:13:34 +02:00
frozolotl
9e6adb6f45
Ignore spans when checking for RawElem equality ( #6560 )
2025-07-09 12:04:22 +00: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
Laurenz
0a3c6939dd
Rewrite foundations of native elements ( #6547 )
2025-07-08 08:52:43 +00:00
Tobias Schmitz
ab7eea23f1
feat: [WIP] make more things locatable
...
skip-checks:true
2025-07-03 15:58:07 +02:00
Laurenz
4580daf307
More type-safe color conversions
2025-06-20 17:32:37 +02:00
Tobias Schmitz
a18ca3481d
Report errors in external files ( #6308 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-10 12:46:27 +00:00
Kevin K.
37bb632d2e
Fix missing words and paren in docs ( #6046 )
2025-03-12 12:45:57 +00:00
ᡥᠠᡳᡤᡳᠶᠠ ᡥᠠᠯᠠ·ᠨᡝᡴᠣ 猫
74e4f78687
HTML export: Use <code>
for inline RawElem
( #5884 )
2025-02-18 10:16:19 +00:00
Laurenz
89e71acecd
Respect par
constructor arguments ( #5842 )
2025-02-10 14:37:19 +00:00
Hong Jiarong
46727878da
Disable cjk_latin_spacing in raw by default ( #5753 )
2025-01-31 10:02:42 +00:00
Laurenz
6b9b78596a
Don't generate accessors for required fields ( #5680 )
2025-01-10 16:54:11 +00:00
Laurenz
e2b37fef33
Revamp data loading and deprecate decode
functions ( #5671 )
2025-01-09 09:34:16 +00:00
Laurenz
885c7d96ee
A few basic HTML show rules
...
These are very incomplete and ignore various properties. They are just to get things started.
2024-12-04 10:12:07 +01:00
Sébastien d'Herbais de Thun
692d846d25
Disable justification in raw(block: true, ...)
( #4889 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-11-04 09:37:29 +00:00
Abdul-Rahman Sibahi
b969c01b28
Replace once_cell
's Lazy
as much as possible ( #4617 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-31 11:52:11 +00:00
Laurenz
be7cfc85d0
Split out four new crates ( #5302 )
2024-10-27 18:04:55 +00:00
Laurenz
7eebafa783
Merge typst
and typst-library
2023-11-24 12:30:02 +01:00
Laurenz
2da619e17c
Streamline imports
2023-11-19 16:34:38 +01:00
Dimitri Kokkonis
897447e859
Translate local names to Greek ( #2684 )
...
Additionally, add support for single and double quotes in Greek.
2023-11-14 15:59:30 +01:00
Sébastien d'Herbais de Thun
d77356a16f
Fix potential line splitting issue in raw
( #2674 )
2023-11-13 16:56:51 +01:00
Sébastien d'Herbais de Thun
c427ca9e4e
Assign spans to raw.line
( #2672 )
2023-11-13 15:49:38 +01:00
Sébastien d'Herbais de Thun
c0f6d2004a
Content rework 2 - Electric Boogaloo ( #2504 )
2023-11-06 21:37:50 +01:00
Sébastien d'Herbais de Thun
0dd79bbad2
Add raw.line
( #2341 )
2023-10-10 11:56:16 +02:00
Sébastien d'Herbais de Thun
62f37ad4ab
Color fixes ( #2262 )
2023-09-29 15:04:08 +02:00
DVDTSB
e84cd13ce7
initial Romanian support ( #2246 )
2023-09-28 11:15:45 +02:00
Laurenz
d7928a8ea3
Extract IDE crate
2023-09-26 17:12:18 +02:00
Sébastien d'Herbais de Thun
163c2e1aa2
Gradient Part 1 - Color rework ( #2171 )
2023-09-19 15:48:33 +02:00
Laurenz
b471ac7d59
First-class types
...
Makes types first-class values.
2023-09-11 14:40:22 +02:00
Laurenz
921b40cf9c
Forward third-party errors
...
Better to know something even if it isn't always formatted in the prettiest way
2023-09-11 12:04:37 +02:00
Anton Wetzel
ca1096de78
Replace tabs with spaces in raw elements. ( #2042 )
2023-08-31 10:06:31 +02:00
Laurenz
a71a2057f2
More type safety for spans
2023-08-29 17:35:35 +02:00
Kivi Kaitaniemi
139328bb95
Add Finnish translations ( #1996 )
2023-08-25 14:32:11 +02:00
Beiri22
ea469c2df6
calm down clippy even more ( #1997 )
2023-08-25 14:27:50 +02:00
Clemens Koza
73999fe823
Fix documentation on when raw text is a block. ( #1953 )
2023-08-21 16:53:45 +02:00
Kingfree
287556bc14
Local names for Chinese and Traditional Chinese ( #1919 )
2023-08-20 12:09:16 +02:00
Laurenz
44e5e9c5f1
Add hint for "access denied" message
2023-08-07 16:46:33 +02:00
Laurenz
07c80e9a81
Touch up docs
2023-08-07 15:58:16 +02:00
Laurenz
b8b0137504
Bytes type
...
- Moves `Bytes` from `util` to `eval` module
- Accepts bytes in `str` function for bytes -> str conversion
- Adds `bytes` function for str | array -> bytes conversion
- Adds `array` function for bytes -> array conversion
- Adds `len`, `at`, and `slice` methods for bytes
- Adds `encoding` parameter to `read` function
2023-08-04 15:46:46 +02:00
Adrián Delgado
69e16a8877
Add Listing's Spanish translation ( #1798 )
2023-07-26 22:17:18 +02:00
Myriad-Dreamin
9b72ee4d22
Load theme for raw code ( #1675 )
2023-07-17 16:43:33 +02:00
Sébastien d'Herbais de Thun
07553cbe71
Raw syntax definition loading ( #1655 )
2023-07-06 13:51:28 +02:00
Shogo Takata
dca56a8028
Add Japanese translation for LocalName ( #1662 )
2023-07-06 09:59:06 +02:00
Laurenz
ebfdb1dafa
Move everything into crates/
directory
2023-07-02 20:07:43 +02:00