What is this?
This is a listing of
Use with Quarto Wizard
Quarto Wizard is a Visual Studio Code extension/Positron/Codium that helps you manage your
It allows you to easily install Quarto extensions directly from the Quarto Extensions listing repository.
This extension provides a user-friendly interface to browse, select, and install Quarto extensions, enhancing your Quarto development experience.
How to submit your extension?
To add your extension to this list, please submit a pull request to this repository by adding your extension repository at the bottom of extensions/quarto-extensions.csv
following <owner>/<repository></optional-path>
.
Before submitting
Please make sure that:
- The extension is not already listed.
- Your GitHub repository contains a Description.
- Avoid special characters/strings in the Description, such as
'<style>'
instead of`<style>`
.
- Avoid special characters/strings in the Description, such as
- Your GitHub repository contains Topics.
- Your GitHub repository contains a Release with Tag.
- Your GitHub repository has
example.qmd
ortemplate.qmd
file. - Your GitHub repository has only one extension or a set of extensions.