40 Commits

Author SHA1 Message Date
2ecd0b126f Mention that raw and equation syntax works in both markup and code mode (#4164) 2024-05-17 15:34:20 +02:00
ba1ae1c9a2 Slightly improve tables in syntax.md (#4151) 2024-05-17 15:34:20 +02:00
573a2db4be Documentation for literals (#4149) 2024-05-17 15:34:20 +02:00
faca50a240 Final touches (#3678) 2024-03-15 14:47:41 +00:00
e3bd39c9d1 Add support for shortcut links in docs (#3547) 2024-03-04 14:51:22 +00:00
5a03c818c8 Add depth and offset field to heading (#3038)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-02-29 08:51:56 +00:00
145723b1ef New context system (#3497) 2024-02-27 10:05:16 +00:00
09b364e9a3 Improve documentation on syntactical modes (#3419) 2024-02-15 13:49:29 +00:00
c06a71f653 Let for-loop iterate Dict with an iterator (#3318) 2024-02-02 08:52:58 +00:00
42f59af812 Allow for-loop to iterate over bytes (#3317) 2024-02-02 08:51:44 +00:00
67a0afe9bd small typo (#3145) 2024-01-08 14:28:53 +00:00
22ba6825db Key/Value data from CLI (#2894) 2023-12-18 12:18:41 +01:00
bf8a3ecec5 Update changelog 2023-11-27 16:04:47 +01:00
7eebafa783 Merge typst and typst-library 2023-11-24 12:30:02 +01:00
67e87149ab Link corrected (#2592) 2023-11-06 21:45:20 +01:00
4248265bca Some math docs improvements 2023-11-02 10:49:14 +01:00
1d7b363aa4 Improved math alignment documentation (#2505) 2023-11-02 10:47:21 +01:00
9c29dbf84f Docs fixes 2023-10-29 19:35:44 +01:00
f474639ebe Hashtag -> Hash 2023-10-09 16:04:10 +02:00
acb8dcc143 Link to CetZ 2023-09-30 11:10:53 +02:00
88404e924b Mention import renaming in the docs 2023-09-13 15:42:35 +02:00
3a979e88da Docs generation for types 2023-09-11 15:53:20 +02:00
7c42c9bab0 Docs fixes
Fixes #2059
Fixes #1946
Fixes #1936
Fixes #1862
Fixes #1820
Fixes #1383
2023-09-04 13:18:35 +02:00
8a0dd88f10 Make zip variadic (#2041) 2023-08-30 13:31:37 +02:00
3c508737d9 Docs for discarding a return value
Fixes #2043
2023-08-30 12:36:35 +02:00
f616302496 Duration type, simple date-duration-calculations and comparisons (#1843) 2023-08-30 12:28:53 +02:00
35c785ea11 Add tau (#2033) 2023-08-30 11:56:00 +02:00
45bd58fbaa Implement rev() method on string (#2013) 2023-08-26 17:35:52 +02:00
3c47a7795c Fix typo (#1969) 2023-08-21 22:31:44 +02:00
5c6434d4ce Add intersperse() method for arrays (#1897) 2023-08-21 16:01:27 +02:00
88bcb8769a fix(docs): correct function name in types.md (#1894)
Corrected the function name from `float` to `int` in the documentation.
2023-08-08 23:53:33 +02:00
07c80e9a81 Touch up docs 2023-08-07 15:58:16 +02:00
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
66df130ca4 Add start parameter to array enumerate (#1818) 2023-07-29 23:11:21 +02:00
8c6addeb9b fix content::fields in types.md (#1754) 2023-07-26 22:19:52 +02:00
0c94d2b34e Adding dedup to array (#1738) 2023-07-18 15:23:56 +02:00
9b1a2b41f0 Add fields and methods to several primitives (#790) 2023-07-11 16:11:18 +02:00
076ef3d5f2 Change "behind the colon" to "after the colon" (#1670)
Change "behind the colon" to "after the colon", which is more natural English usage.
2023-07-06 10:48:11 +02:00
8bf0bb5da9 Improve sink and spreading docs 2023-07-05 11:42:23 +02:00
ebfdb1dafa Move everything into crates/ directory 2023-07-02 20:07:43 +02:00