Quarto Wizard is a Visual Studio Code extension that helps you manage your Quarto projects. It allows you to easily install Quarto extensions from the Quarto Extensions registry, GitHub repositories, URLs, or local paths. This extension provides a user-friendly interface to browse, select, and install Quarto extensions, enhancing your Quarto development experience.
- Browse and install Quarto extensions from Registry, GitHub, URL, or Local sources.
- Use dedicated install commands for each source (including
owner/repo@versionon GitHub). - Manage installed extensions from the Explorer view (update, reinstall, remove, reveal, open source).
- Inspect extension schema metadata and insert extension snippets from the Explorer view.
- Batch-manage extensions with "Update All", "Remove Multiple", and cache refresh.
- Use Quarto templates with target subdirectory support and file selection.
- Use Quarto brands from GitHub, URL, or local sources.
- Create reproducible documents for R, Python, or Julia.
- Support for private GitHub repositories with authentication.
- Open the Command Palette and run
Quarto Wizard: Install Extensions. - Choose a source: Registry, GitHub, URL, or Local.
- Select one or more extensions and confirm installation.
You can also skip the source picker with:
Quarto Wizard: Install Extension from RegistryQuarto Wizard: Install Extension from GitHubQuarto Wizard: Install Extension from URLQuarto Wizard: Install Extension from Local
For full install options (including local archives and version validation), see Installing Extensions.
Use the Extensions Installed Explorer view to:
- Check installed extension status and available updates.
- Update one extension or all outdated extensions.
- Remove one or multiple extensions.
- Inspect schema contributions (options, shortcodes, formats, projects, and element attributes).
- Insert extension snippets directly into the active editor.
See Explorer View for details.
Run Quarto Wizard: Use Template, choose a source, then select template files to copy.
You can optionally set a target subdirectory for copied files.
See Using Templates.
Run Quarto Wizard: Use Brand, choose a source (GitHub, URL, or Local), and apply brand assets to your project.
Brand files are installed in _brand/.
See Using Brands.
Search for "Quarto Wizard" in the VS Code/Positron Extensions view and click Install.
For other installation methods, see the Installation Guide.
Full documentation is available at m.canouil.dev/quarto-wizard.
- Getting Started - Installation, usage, and troubleshooting.
- Commands Reference - Commands.
- Configuration - Available settings, defaults, and workspace scope.
- Extension Schema Specification - For extension developers:
_schema.ymlformat for hover details, suggestions, and validation. - Extension Snippet Specification - For extension developers:
_snippets.jsonformat for snippet suggestions and insertion.
If you experience issues or have questions:
- Check the output log:
Quarto Wizard: Show Quarto Wizard Log Output. - Search existing discussions and issues: GitHub Discussions and GitHub Issues.
- Ask a question or share feedback: Use the Discussion chooser to select the appropriate category.
- Report a bug: Use the Issue chooser to create a bug report with the provided template.
Tip
Please use the chooser menus to select the right place for your request. This ensures efficient handling and helps maintainers respond appropriately.
To ensure the authenticity and integrity of the release asset, use GitHub CLI to verify its build provenance.
gh attestation verify quarto-wizard-<version>.vsix --repo mcanouil/quarto-wizard-
Clone the repository:
git clone https://github.com/mcanouil/quarto-wizard
-
Open the project in Visual Studio Code.
-
Install the dependencies:
npm install
-
Launch the extension:
- Press
F5to open a new Visual Studio Code window with the extension loaded.
- Press
Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.
Quarto Wizard is developed by Mickaël CANOUIL (mickael.canouil.fr).
- Built for the Quarto CLI ecosystem.
- Extension registry: Quarto Extensions.
- All contributors.
This project is licensed under the MIT License. See the LICENSE file for details.
This extension is not affiliated with or endorsed by Quarto or its maintainers.
