Quarto Wizard is a Visual Studio Code extension 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.
- Check Internet Connection: Ensure you have an active internet connection before installing extensions.
- Check Quarto Installation: Verify that Quarto is installed and available in your system's PATH.
Quarto Wizard: Install Extension(s)
: Opens the extension installer interface.Quarto Wizard: Clear Recently Installed Extensions
: Clears the list of recently installed extensions.Quarto Wizard: Show Quarto Wizard Output
: Displays the output log for the extension installer.Quarto Wizard: New Reproducible Document
: Creates a new Quarto document.
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS). - Type
Quarto Wizard: Install Extension(s)
and select it. - Browse the list of available Quarto extensions.
- Select the Quarto extension(s) you want to install.
- Answer the prompts to confirm the installation.
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS). - Type
Quarto Wizard: Show Quarto Wizard Output
and select it. - View the output log for the Quarto Wizard extension.
- Use the output log to troubleshoot any issues.
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS). - Type
Quarto Wizard: New Reproducible Document
and select it. - Choose the template for the new Quarto document.
-
Clone the repository:
git clone https://github.com/mcanouil/quarto-wizard
-
Open the project in Visual Studio Code.
-
Install the dependencies:
npm install
-
Compile the extension:
npm run compile
-
Type
Tasks: Run Task
and selectSetup Debug
. -
Launch the extension:
- Press
F5
to open a new VS Code window with the extension loaded.
- Press
Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.
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.