Skip to content

Quarto Wizard is a Visual Studio Code extension that assists you in managing Quarto projects.

License

Notifications You must be signed in to change notification settings

mcanouil/quarto-wizard

Repository files navigation

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 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.

Requirements

  • 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.

Commands

  • Quarto Wizard: Install Extension(s): Opens the extension installer interface.
    • Browse Extensions: View a list of available Quarto extensions.
      List of extensions
    • Install Extensions: Install selected Quarto extensions with a single click.
  • 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.

Usage

Install Quarto Extensions

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  2. Type Quarto Wizard: Install Extension(s) and select it.
  3. Browse the list of available Quarto extensions.
  4. Select the Quarto extension(s) you want to install.
  5. Answer the prompts to confirm the installation.

Show Quarto Wizard Output

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  2. Type Quarto Wizard: Show Quarto Wizard Output and select it.
  3. View the output log for the Quarto Wizard extension.
  4. Use the output log to troubleshoot any issues.

Create a New Reproducible Document

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  2. Type Quarto Wizard: New Reproducible Document and select it.
  3. Choose the template for the new Quarto document.

Development

  1. Clone the repository:

    git clone https://github.com/mcanouil/quarto-wizard
  2. Open the project in Visual Studio Code.

  3. Install the dependencies:

    npm install
  4. Compile the extension:

    npm run compile
  5. Type Tasks: Run Task and select Setup Debug.

  6. Launch the extension:

    • Press F5 to open a new VS Code window with the extension loaded.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.

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.