|
130 | 130 | description: > |
131 | 131 | Directives for filtering code and stream output included within a document. |
132 | 132 |
|
| 133 | +- name: code-window |
| 134 | + path: https://github.com/mcanouil/quarto-code-window |
| 135 | + author: '[Mickaël CANOUIL](https://github.com/mcanouil)' |
| 136 | + description: > |
| 137 | + A Quarto filter that styles code blocks as macOS-style windows with traffic |
| 138 | + light buttons, Windows title bar buttons, or a plain filename bar. Supports |
| 139 | + HTML, Reveal.js, and Typst formats. |
| 140 | +
|
133 | 141 | - name: codecelloptions |
134 | 142 | path: https://github.com/coatless-quarto/codecelloptions |
135 | 143 | author: '[James Joseph Balamuta](https://github.com/coatless/)' |
|
335 | 343 | description: > |
336 | 344 | Add a Github Corner into your HTML document. |
337 | 345 |
|
| 346 | +- name: gitlink |
| 347 | + path: https://github.com/mcanouil/quarto-gitlink |
| 348 | + author: '[Mickaël CANOUIL](https://github.com/mcanouil)' |
| 349 | + description: > |
| 350 | + A Quarto filter that automatically converts Git hosting platform references |
| 351 | + (issues, pull requests, commits, users) into clickable links. Supports |
| 352 | + GitHub, GitLab, Codeberg, Gitea, and Bitbucket. |
| 353 | +
|
338 | 354 | - name: gradio |
339 | 355 | path: https://github.com/peter-gy/quarto-gradio |
340 | 356 | author: '[Péter Ferenc Gyarmati](https://github.com/peter-gy)' |
|
358 | 374 | path: https://github.com/mcanouil/quarto-highlight-text |
359 | 375 | author: '[Mickaël CANOUIL](https://github.com/mcanouil)' |
360 | 376 | description: > |
361 | | - Quarto extension that allows to highlight text in a document for various formats: HTML, LaTeX, Typst, and Docx. |
| 377 | + Quarto extension that allows to highlight text in a document for various formats: HTML, LaTeX, Typst, Docx, PowerPoint, Reveal.js, and Beamer. |
362 | 378 |
|
363 | 379 | - name: honeypot |
364 | 380 | path: https://github.com/jmgirard/honeypot |
|
468 | 484 | description: > |
469 | 485 | A filter/shortcode extension for Quarto to provide access to LUA objects as metadata. |
470 | 486 |
|
| 487 | +- name: masonry |
| 488 | + path: https://github.com/mcanouil/quarto-masonry |
| 489 | + author: '[Mickaël CANOUIL](https://github.com/mcanouil)' |
| 490 | + description: > |
| 491 | + Quarto extension providing support for Masonry.js grid layout in HTML |
| 492 | + documents. |
| 493 | +
|
471 | 494 | - name: material-icons |
472 | 495 | path: https://github.com/shafayetShafee/material-icons |
473 | 496 | author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' |
|
716 | 739 | description: > |
717 | 740 | A filter that renders [PGF/TikZ](https://en.wikipedia.org/wiki/PGF/TikZ) diagrams in HTML as SVG. |
718 | 741 |
|
| 742 | +- name: toc-depth |
| 743 | + path: https://github.com/mcanouil/quarto-toc-depth |
| 744 | + author: '[Mickaël CANOUIL](https://github.com/mcanouil)' |
| 745 | + description: > |
| 746 | + A Quarto filter providing fine-grained control over table of contents depth |
| 747 | + at the header level using a toc-depth attribute. |
| 748 | +
|
719 | 749 | - name: toggle |
720 | 750 | path: https://github.com/coatless-quarto/toggle |
721 | 751 | author: '[James Joseph Balamuta](https://github.com/coatless/)' |
|
733 | 763 | description: > |
734 | 764 | Changes math block syntax from LaTeX to Typst math. |
735 | 765 |
|
| 766 | +- name: typst-render |
| 767 | + path: https://github.com/mcanouil/quarto-typst-render |
| 768 | + author: '[Mickaël CANOUIL](https://github.com/mcanouil)' |
| 769 | + description: > |
| 770 | + A Quarto filter that compiles Typst code blocks to images (PNG, SVG, or PDF) |
| 771 | + using the bundled Typst binary, making Typst usable across all output |
| 772 | + formats. |
| 773 | +
|
736 | 774 | - name: unsplash |
737 | 775 | path: https://github.com/dragonstyle/unsplash |
738 | 776 | author: '[dragonstyle](https://github.com/dragonstyle)' |
|
0 commit comments