summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Collapse)Author
2024-04-08Mention `fields` function in docs (#3897)Rik Huijzer
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-03-15Final touches (#3678)Laurenz
2024-03-04Add support for shortcut links in docs (#3547)Laurenz
2024-02-29Add `depth` and `offset` field to `heading` (#3038)tingerrr
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-02-27New context system (#3497)Laurenz
2024-02-15Improve documentation on syntactical modes (#3419)Malo
2024-02-02Let for-loop iterate Dict with an iterator (#3318)Leedehai
2024-02-02Allow for-loop to iterate over bytes (#3317)Leedehai
2024-01-08small typo (#3145)Enrico Spinielli
2023-12-18Key/Value data from CLI (#2894)Laurenz
2023-11-27Update changelogLaurenz
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-06Link corrected (#2592)Dominikus Herzberg
2023-11-02Some math docs improvementsLaurenz
2023-11-02Improved math alignment documentation (#2505)Curtis Decker
2023-10-29Docs fixesLaurenz
2023-10-09Hashtag -> HashLaurenz
2023-09-30Link to CetZLaurenz
2023-09-13Mention import renaming in the docsLaurenz
2023-09-11Docs generation for typesLaurenz
2023-09-04Docs fixesLaurenz
Fixes #2059 Fixes #1946 Fixes #1936 Fixes #1862 Fixes #1820 Fixes #1383
2023-08-30Make zip variadic (#2041)Sébastien d'Herbais de Thun
2023-08-30Docs for discarding a return valueLaurenz
Fixes #2043
2023-08-30Duration type, simple date-duration-calculations and comparisons (#1843)Beiri22
2023-08-30Add tau (#2033)Matt Fellenz
2023-08-26Implement `rev()` method on string (#2013)Kevin K
2023-08-21Fix typo (#1969)Pavel Zwerschke
2023-08-21Add intersperse() method for arrays (#1897)Gokul Soumya
2023-08-08fix(docs): correct function name in types.md (#1894)Raik Rohde
Corrected the function name from `float` to `int` in the documentation.
2023-08-07Touch up docsLaurenz
2023-08-04Bytes typeLaurenz
- 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-07-29Add start parameter to array enumerate (#1818)bluebear94
2023-07-26fix content::fields in types.md (#1754)Pg Biel
2023-07-18Adding `dedup` to `array` (#1738)Sébastien d'Herbais de Thun
2023-07-11Add fields and methods to several primitives (#790)Pg Biel
2023-07-06Change "behind the colon" to "after the colon" (#1670)Greg Shuflin
Change "behind the colon" to "after the colon", which is more natural English usage.
2023-07-05Improve sink and spreading docsLaurenz
2023-07-02Move everything into `crates/` directoryLaurenz