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 Log Output
: Displays the output log for the extension installer.Quarto Wizard: Quarto Reproducible Document
: Creates a new Quarto document.Quarto Wizard: Focus on Extensions Installed View
: Opens the Quarto Wizard view to display and manage the Quarto extensions installed.
- 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 Log 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: Quarto Reproducible Document
and select it. - Choose the template for the new Quarto document.
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS). - Type
Quarto Wizard: Focus on Extensions Installed View
and select it.
Or click on the Quarto Wizard icon in the Activity Bar.
Note: Quarto extensions can only be updated if installed by Quarto Wizard (i.e., if source: <owner>/<repository>
is present in _extension.yml
).
- Right-click in the Explorer or Editor to access the following commands:
Quarto Reproducible Document
.Install Extension(s)
.Show Quarto Wizard Log Output
.Clear Recently Installed Extensions
.
-
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 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.