mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 13:23:44 +00:00
* fix(test): running test as root The dummy root path /root conflicts with root user's home directory on Linux and redacts incorrectly. Our downstream CI environment builds tinymist in docker as root and encounters the problem. Change the path to `/dummy-root` fixes it. To ensure consistency, other similar occurences are also prefixed with `dummy-`. * dev: deduplicate a bit --------- Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
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.