Skip to content

Commit abc7397

Browse files
Merge pull request #7 from YDX-2147483647/more
Add more projects
2 parents bdc117c + 0783bde commit abc7397

3 files changed

Lines changed: 298 additions & 10 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Thanks for your interest in contributing to our project. This page will give you
1717
If you like to suggest or add a project, choose one of the following ways:
1818

1919
- Suggest a project by opening an issue: Please use the suggest project template from the [issue page](https://github.com/YDX-2147483647/best-of-typst/issues/new/choose) and fill in the requested information.
20-
- Add a project by modifying the [projects.yaml](https://github.com/YDX-2147483647/best-of-typst/blob/main/projects.yaml) and submitting a pull request with your addition. This can also be done directly via the [Github UI](https://github.com/YDX-2147483647/best-of-typst/edit/main/projects.yaml).
20+
- Add a project by modifying the [projects.yaml](https://github.com/YDX-2147483647/best-of-typst/blob/main/projects.yaml) and submitting a pull request with your addition. This can also be done directly via the [GitHub UI](https://github.com/YDX-2147483647/best-of-typst/edit/main/projects.yaml).
2121

2222
Before opening an issue or pull request, please ensure that you adhere to the following guidelines:
2323

@@ -40,7 +40,7 @@ Before opening an issue or pull request, please ensure that you adhere to the fo
4040
If you like to suggest or contribute a project update, choose one of the following ways:
4141

4242
- Suggest a project update by opening an issue: Please use the update project template from the [issue page](https://github.com/YDX-2147483647/best-of-typst/issues/new/choose) and fill in the requested information.
43-
- Update a project by modifying the [projects.yaml](https://github.com/YDX-2147483647/best-of-typst/blob/main/projects.yaml) and submitting a pull request with your changes. This can also be done directly via the [Github UI](https://github.com/YDX-2147483647/best-of-typst/edit/main/projects.yaml).
43+
- Update a project by modifying the [projects.yaml](https://github.com/YDX-2147483647/best-of-typst/blob/main/projects.yaml) and submitting a pull request with your changes. This can also be done directly via the [GitHub UI](https://github.com/YDX-2147483647/best-of-typst/edit/main/projects.yaml).
4444

4545
Before opening an issue or pull request, please ensure that you adhere to the following guidelines:
4646

@@ -61,7 +61,7 @@ Before opening an issue or pull request, please ensure that you adhere to the fo
6161
</tr>
6262
<tr>
6363
<td><code>github_id</code></td>
64-
<td>Github ID of the project based on user or organization and the repository name, e.g. <code>best-of-lists/best-of-generator</code>.</td>
64+
<td>GitHub ID of the project based on user or organization and the repository name, e.g. <code>best-of-lists/best-of-generator</code>.</td>
6565
</tr>
6666
<tr>
6767
<td colspan="2"><b>Optional Properties:</b></td>
@@ -111,7 +111,7 @@ If you like to contribute to or share suggestions regarding the markdown generat
111111

112112
## Create your own best-of list
113113

114-
If you want to create your own best-of list, we strongly recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). With this guide, it will only take about 3 minutes to get you started. It is already set-up to automatically run the best-of generator via our Github Action and includes other useful template files.
114+
If you want to create your own best-of list, we strongly recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). With this guide, it will only take about 3 minutes to get you started. It is already set-up to automatically run the best-of generator via our GitHub Action and includes other useful template files.
115115

116116
## Code of Conduct
117117

config/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
2929

3030
- Open an issue by selecting one of the provided categories from the [issue page](https://github.com/YDX-2147483647/best-of-typst/issues/new/choose) and fill in the requested information.
31-
- Modify the [projects.yaml](https://github.com/YDX-2147483647/best-of-typst/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/YDX-2147483647/best-of-typst/edit/main/projects.yaml).
31+
- Modify the [projects.yaml](https://github.com/YDX-2147483647/best-of-typst/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [GitHub UI](https://github.com/YDX-2147483647/best-of-typst/edit/main/projects.yaml).
3232

3333
For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/YDX-2147483647/best-of-typst/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/YDX-2147483647/best-of-typst/blob/main/.github/CODE_OF_CONDUCT.md).
3434

projects.yaml

Lines changed: 293 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,39 @@ configuration:
1212

1313
categories:
1414
- category: docs
15-
title: 📔 Documentation
15+
title: 📚 Documentation
1616
subtitle: Supplements to the [official documentation](https://typst.app/docs/), such as examples, translations, and local builds.
1717
- category: writing
1818
title: 📝 Writing
19-
subtitle: Tools for composing articles and books.
19+
subtitle: Compose articles and books.
20+
- category: math
21+
title: 📐 Math
22+
subtitle: Typeset mathematical formulae.
23+
- category: ref
24+
title: 🧾 Bibliography
25+
subtitle: Links, citations, and bibliography.
26+
- category: mix
27+
title: ⚔️ Mix writing
28+
subtitle: Mix Typst into other documents.
29+
- category: convert
30+
title: 🎩 Conversion
31+
subtitle: Convert a Typst document from or into other formats, and generate online websites. (in addition to [Pandoc](https://pandoc.org))
32+
- category: pkg
33+
title: 🚀 Package development
34+
subitile: Facilitate development of Typst packages and templates.
35+
- category: coding
36+
title: 💻 Programming
37+
subtitle: Bindings to programming languages and deployable robots.
38+
- category: misc
39+
title: 🐱‍🐉 Miscellaneous
2040

2141
labels:
2242
- label: cli
2343
name: 🤖 CLI
24-
description: Command-line binaries.
44+
description: Command-line programs with pre-built binaries available.
2545
- label: runnable
26-
name: 📦 Runnable
27-
description: Runnable projects that needs a proper environment (e.g., pip/npm install).
46+
name: 🥡 Runnable
47+
description: Runnable projects that needs a proper environment (e.g., pip/npm/cargo install).
2848
- label: api
2949
name: 🔌 API
3050
description: Libraries providing API for development.
@@ -37,6 +57,9 @@ labels:
3757
- label: extension
3858
name: 🧩 Extension
3959
description: Browser addons and user scripts.
60+
- label: typst-package
61+
name: 🌌 Typst package
62+
description: Projects that are also available as Typst packages, and experimental unpublished local packages.
4063
- label: multilingual
4164
name: 🗺️ Multilingual
4265
description: Projects that are available in multiple languages or scripts.
@@ -60,6 +83,11 @@ projects:
6083
category: docs
6184
labels: [web, non-english]
6285

86+
- name: Typst 中文文档网站
87+
github_id: typst-doc-cn/typst-doc-cn.github.io
88+
category: docs
89+
labels: [web, non-english]
90+
6391
- name: The Raindrop-Blue Book (Typst中文教程)
6492
github_id: typst-doc-cn/tutorial
6593
category: docs
@@ -137,3 +165,263 @@ projects:
137165
github_id: tyx-editor/TyX
138166
category: writing
139167
labels: [app]
168+
169+
- name: Shiro A
170+
github_id: Myriad-Dreamin/shiroa
171+
category: convert
172+
labels: [cli]
173+
174+
- name: Typlite
175+
cargo_id: typlite
176+
github_id: Myriad-Dreamin/tinymist
177+
category: convert
178+
labels: [cli]
179+
180+
- name: Typsite
181+
github_id: Glomzzz/typsite
182+
category: convert
183+
labels: [cli]
184+
185+
- name: Typsidian
186+
github_id: fogsong233/Typsidian
187+
category: mix
188+
labels: [extension]
189+
190+
- name: UTPM
191+
github_id: typst-community/utpm
192+
category: pkg
193+
labels: [cli]
194+
195+
- name: typship
196+
github_id: sjfhsjfh/typship
197+
category: pkg
198+
labels: [cli]
199+
200+
- name: wasi-stub
201+
homepage: https://github.com/astrale-sharp/wasm-minimal-protocol#wasi-stub
202+
github_id: astrale-sharp/wasm-minimal-protocol
203+
category: pkg
204+
labels: [cli]
205+
206+
- name: wasm-minimal-protocol
207+
cargo_id: wasm-minimal-protocol
208+
github_id: astrale-sharp/wasm-minimal-protocol
209+
category: pkg
210+
labels: [api]
211+
212+
- name: typst-wasm-protocol
213+
cargo_id: typst-wasm-protocol
214+
github_id: sjfhsjfh/typst-wasm
215+
category: pkg
216+
labels: [api]
217+
218+
- name: Tytanic
219+
github_id: typst-community/tytanic
220+
category: pkg
221+
labels: [cli]
222+
223+
- name: typst.ts
224+
github_id: Myriad-Dreamin/typst.ts
225+
category: coding
226+
labels: [api, cli]
227+
228+
- name: Typst Upgrade
229+
github_id: Coekjan/typst-upgrade
230+
category: misc
231+
labels: [cli]
232+
233+
- name: typstscript
234+
github_id: ChaseRensberger/typstscript
235+
category: misc
236+
labels: [cli]
237+
# NOTE: This description was manually recorded on 2025-08-21.
238+
description: |
239+
A CLI tool for creating Typst screenplay projects.
240+
241+
- name: mdbook-typst-highlight
242+
github_id: sitandr/mdbook-typst-highlight
243+
category: mix
244+
labels: [cli]
245+
246+
- name: mdbook Typst Doc Preprocessor
247+
github_id: fenjalien/mdbook-typst-doc
248+
category: mix
249+
# As of 2025-08-21, only the linux binary is provided.
250+
labels: [cli, runnable]
251+
252+
- name: mdbook-typst-math
253+
github_id: duskmoon314/mdbook-typst-math
254+
cargo_id: mdbook-typst-math
255+
category: mix
256+
labels: [runnable]
257+
258+
- name: LegNeato/mdbook-typst
259+
cargo_id: mdbook-typst
260+
github_id: LegNeato/mdbook-typst
261+
category: convert
262+
labels: [runnable]
263+
264+
- name: KaiserY/mdbook-typst-pdf
265+
cargo_id: mdbook-typst-pdf
266+
github_id: KaiserY/mdbook-typst-pdf
267+
category: convert
268+
# As of 2025-08-21, only linux binaries are provided.
269+
labels: [cli, runnable]
270+
271+
- name: xudesheng/mdbook-typstpdf
272+
cargo_id: mdbook-typstpdf
273+
github_id: xudesheng/mdbook-typstpdf
274+
category: convert
275+
labels: [runnable]
276+
277+
- name: showman
278+
pypi_id: showman
279+
github_id: ntjess/showman
280+
category: pkg
281+
labels: [runnable]
282+
283+
- name: Typer
284+
homepage: https://huggingface.co/rkstgr/typer-1.5b-base-gguf
285+
category: docs
286+
# NOTE: This description was manually recorded on 2025-08-21.
287+
description: |
288+
Typer is the first LLM trained specifically for Typst, a performant modern typesetting system for generating PDF documents.
289+
290+
- name: typst-package-check
291+
github_id: typst/package-check
292+
category: pkg
293+
labels: [runnable]
294+
295+
- name: tylant
296+
npm_id: "@myriaddreamin/tylant"
297+
github_id: Myriad-Dreamin/tylant
298+
category: convert
299+
labels: [runnable]
300+
301+
- name: Manual de Typst en español
302+
homepage: https://forum.typst.app/t/help-in-spanish-to-start-using-typst-pequeno-manual-de-ayuda-en-espanol-para-empezar-en-typst/2252/4
303+
github_id: ToniGL68/ayuda-typst
304+
category: docs
305+
labels: [non-english]
306+
307+
- name: Tyler
308+
github_id: mkpoli/tyler
309+
category: pkg
310+
labels: [runnable]
311+
npm_id: "@mkpoli/tyler"
312+
313+
- name: GitHub info on Typst Universe
314+
greasy_fork_id: 541162
315+
category: docs
316+
labels: [extension]
317+
318+
- name: Typst rules based on ast-grep
319+
github_id: YDX-2147483647/ast-grep-typst
320+
category: coding
321+
labels: [web, cli]
322+
323+
- name: RenderCV
324+
github_id: rendercv/rendercv
325+
category: misc
326+
labels: [runnable]
327+
pypi_id: rendercv
328+
329+
- name: typstudio
330+
github_id: Cubxity/typstudio
331+
category: writing
332+
labels: [app]
333+
334+
- name: obsidian-typst
335+
github_id: fenjalien/obsidian-typst
336+
category: mix
337+
labels: [extension]
338+
339+
- name: Typst Preview VSCode
340+
github_id: Enter-tainer/typst-preview
341+
category: writing
342+
labels: [extension]
343+
344+
- name: MiTeX
345+
github_id: mitex-rs/mitex
346+
category: math
347+
labels: [runnable, web, typst-package]
348+
349+
- name: Scientific Diagrams
350+
github_id: janosh/diagrams
351+
category: docs
352+
labels: [web]
353+
354+
- name: Typix
355+
github_id: loqusion/typix
356+
category: coding
357+
labels: [runnable]
358+
359+
- name: BeauTyXT
360+
github_id: soupslurpr/BeauTyXT
361+
category: writing
362+
labels: [app]
363+
364+
- name: Detypify
365+
github_id: QuarticCat/detypify
366+
category: math
367+
labels: [web, extension]
368+
369+
- name: Typic
370+
# Formerly detypstify/detypstify
371+
github_id: detypstify/typic
372+
category: math
373+
labels: [web]
374+
375+
- name: typst-py
376+
pypi_id: typst
377+
github_id: messense/typst-py
378+
category: coding
379+
labels: [api]
380+
381+
- name: yank
382+
github_id: roosta/yank
383+
category: ref
384+
labels: [extension]
385+
386+
- name: Excel to Typst Converter
387+
github_id: hongjr03/excel-to-typst
388+
category: convert
389+
labels: [web]
390+
391+
- name: typst-ansi-web
392+
github_id: pgbiel/typst-ansi-web
393+
category: mix
394+
labels: [web, app]
395+
396+
- name: typst-ansi-hl
397+
github_id: frozolotl/typst-ansi-hl
398+
category: Mix
399+
labels: [runnable]
400+
401+
- name: cslper
402+
github_id: csimide/cslper
403+
category: ref
404+
labels: [runnable, non-english]
405+
406+
- name: citext
407+
github_id: Shuenhoy/citext
408+
category: ref
409+
labels: [typst-package, non-english]
410+
411+
- name: bxbibwrite
412+
homepage: https://gist.github.com/zr-tex8r/444ba5e27b3deff157b4ed7f62a0fe1a
413+
category: ref
414+
# NOTE: This description was manually recorded on 2025-08-21.
415+
description: |
416+
Typst:文献リストを直書きするやつ
417+
labels: [typst-package, non-english]
418+
419+
- name: typst-set-font
420+
github_id: YDX-2147483647/typst-set-font
421+
category: docs
422+
labels: [web, non-english]
423+
424+
- name: YDX-2147483647/faq-bot
425+
github_id: YDX-2147483647/faq-bot
426+
category: coding
427+
labels: [non-english]

0 commit comments

Comments
 (0)