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