Quarto Wizard 

Overview
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.
Key Features
- Browse and install Quarto extensions from the registry, GitHub, URLs, or local paths.
- Manage installed extensions with update detection.
- Use Quarto templates to quick-start projects.
- Create reproducible documents for R, Python, or Julia.
- Install extensions from local directories or archives.
- Support for private GitHub repositories with authentication.
Installation
Search for "Quarto Wizard" in the VS Code/Positron Extensions view and click Install.
For other installation methods, see the Installation Guide.
Documentation
Full documentation is available at m.canouil.dev/quarto-wizard.
Getting Help
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.
Verifying Release Asset Build Provenance
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
Development
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
F5 to open a new Visual Studio Code window with the extension loaded.
Contributing
Contributions are welcome!
Please open an issue or submit a pull request on the GitHub repository.
Credits
Quarto Wizard is developed by Mickaël CANOUIL (mickael.canouil.fr).
Full credits.
License
This project is licensed under the MIT License.
See the LICENSE file for details.
Disclaimer
This extension is not affiliated with or endorsed by Quarto or its maintainers.