-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99859f7
commit a0757a6
Showing
1 changed file
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
|
||
|
||
# Extensions for Quarto | ||
|
||
The `quarto-ext` organization collects extensions maintained by the core Quarto team. | ||
|
||
Learn more about creating your own extensions here: <https://quarto.org/docs/extensions/> | ||
Learn more about creating your extensions here: <https://quarto.org/docs/extensions/> | ||
|
||
| Extension name | Description | Install | | ||
|:---------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------| | ||
| [latex-environment](https://github.com/quarto-ext/latex-environment) | Quarto extension to output custom LaTeX environments. | `quarto install extension quarto-ext/latex-environment` | | ||
| [lightbox](https://github.com/quarto-ext/lightbox) | Create lightbox treatments for images in your HTML documents. | `quarto install extension quarto-ext/lightbox` | | ||
| [fontawesome](https://github.com/quarto-ext/fontawesome) | Use Font Awesome icons in HTML and PDF documents. | `quarto install extension quarto-ext/fontawesome` | | ||
| [pointer](https://github.com/quarto-ext/pointer) | A very simple RevealJS plugin extension that adds support for switching the cursor to a ‘pointer’ style element while presenting. | `quarto install extension quarto-ext/pointer` | | ||
| [attribution](https://github.com/quarto-ext/attribution) | Display attribution text sideways along the right edge of Revealjs slides. | `quarto install extension quarto-ext/attribution` | | ||
| [shinylive](https://github.com/quarto-ext/shinylive) | Quarto extension to embed Shinylive for Python applications | `quarto install extension quarto-ext/shinylive` | | ||
| [fancy-text](https://github.com/quarto-ext/fancy-text) | Output nicely formatted versions of fancy strings such as LaTeX and BibTeX in multiple formats. | `quarto install extension quarto-ext/fancy-text` | | ||
| Extension name | Description | Install | | ||
|:-----------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------| | ||
| [latex-environment](https://github.com/quarto-ext/latex-environment) | Quarto extension to output custom LaTeX environments. | `quarto add extension quarto-ext/latex-environment` | | ||
| [lightbox](https://github.com/quarto-ext/lightbox) | Create lightbox treatments for images in your HTML documents. | `quarto add extension quarto-ext/lightbox` | | ||
| [fontawesome](https://github.com/quarto-ext/fontawesome) | Use Font Awesome icons in HTML and PDF documents. | `quarto add extension quarto-ext/fontawesome` | | ||
| [pointer](https://github.com/quarto-ext/pointer) | A very simple RevealJS plugin extension that adds support for switching the cursor to a ‘pointer’ style element while presenting. | `quarto add extension quarto-ext/pointer` | | ||
| [attribution](https://github.com/quarto-ext/attribution) | Display attribution text sideways along the right edge of Revealjs slides. | `quarto add extension quarto-ext/attribution` | | ||
| [shinylive](https://github.com/quarto-ext/shinylive) | Quarto extension to embed Shinylive for Python applications | `quarto add extension quarto-ext/shinylive` | | ||
| [fancy-text](https://github.com/quarto-ext/fancy-text) | Output nicely formatted versions of fancy strings such as LaTeX and BibTeX in multiple formats. | `quarto add extension quarto-ext/fancy-text` | | ||
| [holder](https://github.com/quarto-ext/holder) | Quarto extension to create placholder images | `quarto add extension quarto-ext/holder` | | ||
| [include-code-files](https://github.com/quarto-ext/include-code-files) | Quarto extension to include code from source files. | `quarto add extension quarto-ext/include-code-files` | |