21 Commits

Author SHA1 Message Date
Tobias Schmitz
38dd4a36ea
feat: [WIP] allow specifying alt text for links
skip-checks:true

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# Date:      Wed May 28 17:47:35 2025 +0200
#
# On branch pdf-accessibility
# Your branch and 'origin/pdf-accessibility' have diverged,
# and have 11 and 5 different commits each, respectively.
#
# Changes to be committed:
#	modified:   crates/typst-ide/src/jump.rs
#	modified:   crates/typst-layout/src/flow/distribute.rs
#	modified:   crates/typst-layout/src/modifiers.rs
#	modified:   crates/typst-library/src/foundations/content.rs
#	modified:   crates/typst-library/src/layout/frame.rs
#	modified:   crates/typst-library/src/model/bibliography.rs
#	modified:   crates/typst-library/src/model/footnote.rs
#	modified:   crates/typst-library/src/model/link.rs
#	modified:   crates/typst-library/src/model/outline.rs
#	modified:   crates/typst-library/src/model/reference.rs
#	modified:   crates/typst-pdf/src/convert.rs
#	modified:   crates/typst-pdf/src/link.rs
#	modified:   crates/typst-render/src/lib.rs
#	modified:   crates/typst-svg/src/lib.rs
#	modified:   tests/src/run.rs
#
2025-05-30 09:24:18 +02:00
Matt Fellenz
efdb75558f
IDE: complete jump-to-cursor impl (#6037) 2025-03-28 17:33:16 +00:00
Laurenz
a0cd89b478
Fix autocomplete and jumps in math (#5849) 2025-02-11 10:30:30 +00:00
Laurenz
db06dbf976
Further improve IDE tests (#5602) 2024-12-18 19:26:39 +00:00
Laurenz
f8f2ba6a5f Rename Document to PagedDocument 2024-12-04 10:12:07 +01:00
Laurenz
525154a730 Add support for raw range spans 2024-11-13 10:21:40 +01:00
Laurenz
a5a4b0b72f Introduce IdeWorld trait 2024-11-13 10:21:40 +01:00
Laurenz
92aacdb480
Fix scales for unit conversion (#5169) 2024-10-10 15:51:48 +00:00
Laurenz
d94acd615e
Add internal URL type (#5074) 2024-09-30 12:45:44 +00:00
Sébastien d'Herbais de Thun
a5b506c424
Make jump_from_cursor return a vector of Position (#4886) 2024-09-26 08:53:31 +00:00
Laurenz
a2c9807159
Fix backlinks (#4409) 2024-06-17 12:15:24 +00:00
Laurenz
a68a241570
Remove Tracer (#4365) 2024-06-10 09:00:54 +00:00
Laurenz
a51bd3f0b6
Simplify paragraph collection (#4301) 2024-05-30 13:39:50 +00:00
Laurenz
fa7fbb8274
Tests for jump from click/cursor (#4297) 2024-05-30 12:06:36 +00:00
Laurenz
a52987a8c2
Refactor frame metadata into tags (#4212) 2024-05-22 09:26:03 +00:00
Matthew Toohey
dee8ccf048
Add side parameter to leaf_at (#3767) 2024-04-01 20:22:54 +00:00
Laurenz
6ac71eeaf7 Add Page struct
To get rid of the Meta hack where numbering and things like that are stored in the frame.
2024-01-17 21:53:20 +01:00
Laurenz
293a715443 Adjust signature of jump_from_cursor 2023-11-30 19:09:42 +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
Laurenz
7eebafa783 Merge typst and typst-library 2023-11-24 12:30:02 +01:00
Laurenz
d7928a8ea3 Extract IDE crate 2023-09-26 17:12:18 +02:00