What is this?

This is a listing of Quarto extensions using GitHub API to retrieve information from the repositories.

Use with Quarto Wizard

Visual Studio Marketplace Downloads Open VSX Downloads GitHub Downloads (all assets, all releases)

Quarto Wizard is a Visual Studio Code extension/Positron/Codium that helps you manage your Quarto projects.
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>`.
  • Your GitHub repository contains Topics.
  • Your GitHub repository contains a Release with Tag.
  • Your GitHub repository has example.qmd or template.qmd file.
  • Your GitHub repository has only one extension or a set of extensions.
Back to top