tingerrr
4bf16d7acb
Add a --color
flag ( #3060 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-02 09:03:01 +00:00
Sébastien d'Herbais de Thun
c4d9b0c3d8
New performance timings ( #3096 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-12-30 12:36:15 +00:00
Sébastien d'Herbais de Thun
08225e42d8
Parallel export ( #2989 )
2023-12-18 12:32:53 +01:00
Laurenz
22ba6825db
Key/Value data from CLI ( #2894 )
2023-12-18 12:18:41 +01:00
Laurenz
cf6ce9fd53
Make World
thread-safe
2023-12-14 22:58:56 +01:00
Laurenz
2dc0478ffe
Less interior mutability in system world
2023-12-08 19:02:09 +01:00
Laurenz
3b104e2ba8
Move export cache
2023-12-08 19:02:09 +01:00
Laurenz
f16a9ea9ad
Drop dependency on DashMap
...
DashMap doesn't work in multi-threaded WebAssembly in Safari: https://bugs.webkit.org/show_bug.cgi?id=265581
2023-11-30 18:31:56 +01:00
Sébastien d'Herbais de Thun
5bdec9e1d8
Optimized labels & introspector ( #2801 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-11-30 12:57:04 +01:00
He Li
3ea2ad6cae
Don't exit watcher on invalid utf-8 ( #2795 )
2023-11-29 19:57:57 +01:00
Laurenz
713cde1136
Make workspace inheriting consistent
2023-11-27 16:54:55 +01:00
danieleades
e36a18b991
Use clippy workspace lints and inline format args ( #2771 )
2023-11-27 11:34:14 +01:00
danieleades
3c2b61ee7d
Run clippy on all features ( #2767 )
2023-11-27 11:18:48 +01:00
Laurenz
7eebafa783
Merge typst
and typst-library
2023-11-24 12:30:02 +01:00
frozolotl
76e173b78b
Allow multiple font paths in TYPST_FONT_PATHS
( #2746 )
2023-11-24 11:42:02 +01:00
Laurenz
36c7301608
Tidy up some imports
2023-11-21 15:20:49 +01:00
Laurenz
2da619e17c
Streamline imports
2023-11-19 16:34:38 +01:00
Laurenz
18cb3becb3
Disable default features of zip
crate
2023-11-19 13:04:48 +01:00
Laurenz
fa43b4bf5d
Use proxy for fetching release metadata
2023-11-19 12:49:08 +01:00
Laurenz
e0d6526a53
Watching fixes ( #2706 )
2023-11-19 12:31:42 +01:00
Laurenz
46846a337e
Extract typst-pdf
crate
2023-11-08 15:09:55 +01:00
Laurenz
80b4ca4c04
Extract typst-svg
crate
2023-11-08 13:21:47 +01:00
Laurenz
ec04c3de2f
Extract typst-render
crate
2023-11-08 13:16:13 +01:00
Laurenz
4794bd35fa
Switch to workspace dependencies
2023-11-08 12:56:35 +01:00
Sébastien d'Herbais de Thun
c0f6d2004a
Content rework 2 - Electric Boogaloo ( #2504 )
2023-11-06 21:37:50 +01:00
Martin Haug
f78a8f5d48
Add IDs and creation date to PDFs ( #2374 )
2023-10-27 18:33:23 +02:00
7sDream
b80382b216
Use fontdb to search fonts, with basic fontconfig support ( #2472 )
2023-10-25 18:38:08 +02:00
frozolotl
01b14ff316
Clear screen instead of resetting the terminal ( #2431 )
...
Resetting the terminal can change color themes and other settings.
This commit changes the behavior to just clear the screen.
2023-10-19 10:11:22 +02:00
Sébastien d'Herbais de Thun
c0dbb900e8
Cached export for incremental ( #2400 )
2023-10-17 20:53:01 +02:00
Laurenz
2a19e7f4dc
Bump ecow
2023-10-09 15:00:07 +02:00
T0mstone
cf9bde3245
Add capability to get current compiler version ( #2016 )
2023-10-02 20:28:19 +02:00
Laurenz
9ff9615208
Fix warning when compiling without embedded fonts
2023-09-25 12:38:57 +02:00
Laurenz
bb59f0e2b2
Incremental parsing in CLI
...
Reparses files in the CLI incrementally and also uses the file modification timestamp to completely skip reparsing if possible.
2023-09-19 15:19:12 +02:00
LU Jialin
8b465222b2
Use inferred format extension for the output path ( #2166 )
2023-09-18 14:27:38 +02:00
Laurenz
f9feea3f29
Bump dependencies
2023-09-13 14:44:45 +02:00
frozolotl
14d28dbf4e
Gracefully handle error if field was not defined ( #2110 )
2023-09-12 11:26:35 +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
Zicklag
6483d3035b
Support proxy and custom certificate configuration. ( #2006 )
2023-09-11 12:03:47 +02:00
jimvdl
aea20670d8
Display download progress for self-updating and packages ( #2031 )
2023-08-31 10:02:53 +02:00
Laurenz
0e5c48ad0d
Add a bit more docs to compile
2023-08-29 18:01:18 +02:00
Laurenz
a71a2057f2
More type safety for spans
2023-08-29 17:35:35 +02:00
jimvdl
7bdf1f57b0
Let the CLI typst update
itself without a package manager ( #1887 )
2023-08-26 20:44:58 +02:00
Matt Fellenz
ff5dc9191e
Add format arg to CLI ( #1985 )
2023-08-23 22:44:03 +02:00
Laurenz
afc95ed19d
Virtual path type
...
Fixes #1937
2023-08-22 14:21:04 +02:00
Laurenz
8f19b49afa
Fix some typos in CLI help
2023-08-22 01:09:19 +02:00
Laurenz
522708b9df
Set new minimum serde version
...
1.0.184 does not ship with a precompiled binary anymore
2023-08-21 21:49:14 +02:00
Laurenz
3ab179ebd3
Restrict serde version
2023-08-19 20:06:01 +02:00
Laurenz
2ea451b83b
Refactor SVG export a bit
2023-08-08 13:00:47 +02:00
Wenzhuo Liu
61e4ad6bba
Add SVG export ( #1729 )
2023-08-08 12:54:13 +02:00
Beiri22
357bce56f5
Query-System for metadata ( #1812 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-08-06 23:49:04 +02:00