summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/meta
AgeCommit message (Collapse)Author
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-20Support arbitrary content for document titleLaurenz
For PDF, they will be immediately turned into plain text. However, it's still useful because templates can now accept content titles (with math or such things) instead of forcing strings because of set document. Moreover, it will be useful with "get rules" in the future.
2023-11-19More useful `Debug` implsLaurenz
2023-11-19Streamline importsLaurenz
2023-11-17Allow `elem` synthesized fields to take a default value (#2687)Sébastien d'Herbais de Thun
2023-11-14Translate local names to Greek (#2684)Dimitri Kokkonis
Additionally, add support for single and double quotes in Greek.
2023-11-13Improve documentation for figure kind (#2654)Malo
2023-11-13Fix links in bibliographies againLaurenz
Fixes #2667
2023-11-10Improve French and Chinese localization for figures (#2542)MALO
2023-11-08Extract `typst-pdf` crateLaurenz
2023-11-06Content rework 2 - Electric Boogaloo (#2504)Sébastien d'Herbais de Thun
2023-11-02fix(figure separator): `. ` is now default for Russian (#2540)Andrew Voynov
2023-10-31CSL supportLaurenz
2023-10-30Fixed typos (#2524)Fritz Rehde
2023-10-27Add IDs and creation date to PDFs (#2374)Martin Haug
2023-10-22Remove unnecessary backticksLaurenz
Fixes #2447
2023-10-22Adapt default figure separator to the current locale (#2390)MALO
2023-10-22Add date to document (#2371)SekoiaTree
2023-10-17Replaced `into_iter` to `iter` (#2398)Sébastien d'Herbais de Thun
2023-10-04Add `Repr` trait (#2269)MALO
2023-09-28initial Romanian support (#2246)DVDTSB
2023-09-26Add ability to set document keywords. (#2234)qj
2023-09-25Fixing the styling issues of the empty pages caused by pagebreak (#2182)LU Jialin
2023-09-25feat: inital Hungarian language support (#2229)FlyinPancake
2023-09-13Add logical numbering support for PDF export (#1933)Kevin K
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-09-12Add figure separator field (#1791)Dmitrij
2023-09-12Add `figure.caption` element (#1704)MALO
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-09-11First-class typesLaurenz
Makes types first-class values.
2023-09-11Forward third-party errorsLaurenz
Better to know something even if it isn't always formatted in the prettiest way
2023-09-07Add note: footnote show/set rules at document start (#2078)raphCode
2023-09-04Docs fixesLaurenz
Fixes #2059 Fixes #1946 Fixes #1936 Fixes #1862 Fixes #1820 Fixes #1383
2023-08-30Introduce second variant of Ignorant Behaviour and prevent weak page breaks ↵Beiri22
at basically empty pages (#1929)
2023-08-29More type safety for spansLaurenz
2023-08-26Fixed numbering hint (#2012)Sébastien d'Herbais de Thun
2023-08-25Fixed counter's "Time travel" doc example (#2002)Andrew Voynov
2023-08-25Add Finnish translations (#1996)Kivi Kaitaniemi
2023-08-25calm down clippy even more (#1997)Beiri22
2023-08-21Improve clarity regarding location parameter in counter.final() (#1962)Lukas Löring
2023-08-07Add hint for "access denied" messageLaurenz
2023-08-07Touch up docsLaurenz
2023-08-06Query-System for metadata (#1812)Beiri22
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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-19Identify state by key onlyLaurenz
2023-07-10Basic floating placementLaurenz
2023-07-06Caption position (#1495) (#1496)Erik Bünnig
2023-07-06Add Japanese translation for LocalName (#1662)Shogo Takata
2023-07-05Add heading `bookmarked` toggle (#1566)Pg Biel
2023-07-02Move everything into `crates/` directoryLaurenz