-
Notifications
You must be signed in to change notification settings - Fork 35
/
MAINTAINERS.typ
92 lines (86 loc) · 2.4 KB
/
MAINTAINERS.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#import "typ/templates/maintainer.typ": *
#show: main
#let editor-integration = [Editor Integration]
#let language-service = [Language Service]
#let document-previewing = [Document Previewing]
#let vs-code-client-side-support = [VS Code Client-Side Support]
#let nightly-releases = [Nightly Releases]
== Maintainers
#maintainers[
- Myriad-Dreamin
- #github("Myriad-Dreamin")
- #email("[email protected]")
- #maintains[
- #editor-integration
- #language-service
- #document-previewing
- #vs-code-client-side-support
- #nightly-releases
]
- Enter-tainer
- #github("Enter-tainer")
- #email("[email protected]")
- #maintains[
- #editor-integration
- #language-service
- #document-previewing
- #vs-code-client-side-support
]
- ParaN3xus
- #github("ParaN3xus")
- #email("[email protected]")
- #maintains[
- #nightly-releases
]
- Max397
- #github("max397574")
- #maintains[
- #editor-integration
]
- Ericoolen
- #github("Eric-Song-Nop")
- #email("[email protected]")
- #maintains[
- #language-service
]
- Caleb Maclennan
- #github("alerque")
- #email("[email protected]")
- #maintains[
- #editor-integration
]
]
== Features
#features[
- #editor-integration
- #scope("crates/tinymist/", "editors/")
- #description[
Integrate tinymist server with popular editors like VS Code, Neovim, etc.
]
- #language-service
- #scope("crates/tinymist/", "crates/tinymist-query/")
- #description[
Perform code analysis and provide language support for Typst.
]
- #document-previewing
- #scope(
"crates/tinymist/",
"crates/typst-preview/",
"contrib/typst-preview/",
"tools/typst-dom/",
"tools/typst-preview-frontend/",
)
- #description[
Provide instant preview of the document being edited.
]
- #vs-code-client-side-support
- #scope("crates/tinymist/", "editors/vscode/", "tools/editor-tools/")
- #description[
Enrich the VS Code features with the client-side extension.
]
- #nightly-releases
- #scope("crates/tinymist/", "typst-shim/")
- #description[
Build and Publish nightly releases of tinymist. The nightly releases are built upon the main branches of both tinymist and typst.
]
]