tinymist/crates/tinymist
Myriad-Dreamin d32f6261f1
feat: build tinymist targeting web (#1102)
* feat: add web target

* dev: simple package rule

* dev: update web release

* dev: update workspace

* ci: setup wasm pack

* ci: correct path to upload

* ci: build artifact

* fix: update metadata and launch config
2025-01-03 10:30:38 +08:00
..
src feat: build tinymist targeting web (#1102) 2025-01-03 10:30:38 +08:00
Cargo.toml feat: build tinymist targeting web (#1102) 2025-01-03 10:30:38 +08:00
README.md docs: improve contributing and development guide (#976) 2024-12-10 22:30:25 +08:00

tinymist

This crate provides a CLI that starts services for Typst [taɪpst]. It provides:

  • tinymist probe: Do nothing, which just probes that the binary is working.
  • tinymist lsp: A language server following the Language Server Protocol.
  • tinymist preview: A preview server for Typst.
  • tinymist --help Learn more about the CLI.

Usage

See Features: Command Line Interface.

Documentation

See Crate Docs.

Also see Developer Guide: Tinymist LSP.

Contributing

See CONTRIBUTING.md.