mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-07 13:05:02 +00:00

* docs: add sponsoring section to readme * build: generate readme * docs: wording * docs: wording also mention contributors * docs: wording also mention contributors
3 KiB
3 KiB
Tinymist Maintainers
Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].
This page is generated from ./MAINTAINERS.typ and renders information of maintainers and features.
Maintainers
-
- Email: camiyoru@gmail.com
- Maintains: Editor Integration, Language Service, Document Previewing, VS Code Client-Side Support, and Nightly Releases
-
- Email: mgt@oi-wiki.org
- Maintains: Editor Integration, Language Service, Document Previewing, and VS Code Client-Side Support
-
- Email: paran3xus007@gmail.com
- Maintains: Nightly Releases
-
- Email: undefined
- Maintains: Editor Integration
-
- Email: EricYFSong@gmail.com
- Maintains: Language Service
-
- Email: caleb@alerque.com
- Maintains: Editor Integration
-
- Email: sylvanfranklin@icloud.com
- Maintains: Editor Integration, and Document Previewing
Features
Editor Integration
Integrate tinymist server with popular editors like VS Code, Neovim, etc.
- Scope:
crates/tinymist/
,editors/
Language Service
Perform code analysis and provide language support for Typst.
Document Previewing
Provide instant preview of the document being edited.
- Scope:
crates/tinymist/
,crates/typst-preview/
,contrib/typst-preview/
,tools/typst-dom/
,tools/typst-preview-frontend/
VS Code Client-Side Support
Enrich the VS Code features with the client-side extension.
Nightly Releases
Build and Publish nightly releases of tinymist. The nightly releases are built upon the main branches of both tinymist and typst.
- Scope:
crates/tinymist/
,crates/typst-shim/