tinymist/crates/tinymist-render
Myriad-Dreamin 3bc5f19cf5
feat: convert TypstDocument to enum (#1256)
* feat: convert `TypstDocument` to enum

* fix: errors

* build: update cargo.lock

* fix: warnings

* fix: error

* html changes

* Revert "html changes"

This reverts commit f9fc0e4872.

* Revert "Revert "html changes""

This reverts commit 7dc554a9e4.

* use std typst docs

* span

* paged

* paged

* html change

* paged

* html change

* bytes

* paged

* paged

* paged

* html changes

* paged

* html changes

* paged
2025-02-03 11:17:58 +08:00
..
src feat: convert TypstDocument to enum (#1256) 2025-02-03 11:17:58 +08:00
Cargo.toml feat: convert TypstDocument to enum (#1256) 2025-02-03 11:17:58 +08:00
README.md chore: fix test scripts and update test documents (#178) 2024-04-09 12:37:01 +08:00

tinymist-query

Note: this crate is under development. it currently doesn't ensure stable APIs, and heavily depending on some unstable crates.

This crate provides rendering features for tinymist server. Currently it provides:

  • rendering in telescope mode for hover.

Contributing

See CONTRIBUTING.md.