summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Collapse)Author
2025-01-06Fix typos in scripting reference (#5660)Jie Wang
2024-12-18Mention the `calc` module in the operator list (#5595)Malo
2024-10-15Docs and changelog improvements (#5147)Laurenz
Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com> Co-authored-by: Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: Jeremie Knuesel <knuesel@gmail.com> Co-authored-by: +merlan #flirora <2975203+bluebear94@users.noreply.github.com> Co-authored-by: Anselm Schüler <mail@anselmschueler.com>
2024-10-03Tweak docs (#5089)Laurenz
2024-09-26Spelling (#5020)Josh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-09-26Add `math.stretch` element function (#5030)Max
2024-09-26Clarify the path argument of the image element (#4892)Dmytro Kravchenko-Loznia
Co-authored-by: Laurenz <laurmaedje@gmail.com> Co-authored-by: Martin Haug <mhaug@live.de>
2024-09-25Remove columns.with show rule example (#5028)Jeremie Knuesel
2024-09-22Improve scripting reference `Methods` example (#5003)omniwrench
2024-08-17Fix `lr` docs example (#4777)Max
2024-08-05Add missing under/over-delimiters (#4637)mkorje
2024-07-04Refactor line building (#4497)Laurenz
2024-05-25Rephrase the sentence on variable scope in Scripting documentation (#4250)Malo
2024-05-17Mention that raw and equation syntax works in both markup and code mode (#4164)Laurenz
2024-05-16Slightly improve tables in `syntax.md` (#4151)Malo
2024-05-16Documentation for literals (#4149)Laurenz
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