Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcanouil/quarto-wizard
Quarto Wizard is a Visual Studio Code extension that helps you to manage Quarto projects
https://github.com/mcanouil/quarto-wizard
extension quarto vscode
Last synced: about 1 month ago
JSON representation
Quarto Wizard is a Visual Studio Code extension that helps you to manage Quarto projects
- Host: GitHub
- URL: https://github.com/mcanouil/quarto-wizard
- Owner: mcanouil
- License: mit
- Created: 2024-11-15T20:39:09.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-15T23:31:25.000Z (about 1 month ago)
- Last Synced: 2024-11-16T00:17:41.029Z (about 1 month ago)
- Topics: extension, quarto, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=mcanouil.quarto-wizard
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Quarto Wizard
## Overview
**Quarto Wizard** is a Visual Studio Code extension that helps you manage your [Quarto](https://quarto.org) projects.
It allows you to easily install Quarto extensions directly from the [Quarto Extensions](https://github.com/mcanouil/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](assets/images/install-extensions.png)
- **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.
- [`R`](/assets/templates/r.qmd)
- [`Python`](assets/templates/python.qmd)
- [`Julia`](assets/templates/julia.qmd)## 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:
```sh
git clone https://github.com/mcanouil/quarto-wizard
```2. Open the project in Visual Studio Code.
3. Install the dependencies:
```sh
npm install
```4. Compile the extension:
```sh
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](https://github.com/mcanouil/quarto-wizard).
## License
This project is licensed under the MIT License.
See the [LICENSE](LICENSE) file for details.## Disclaimer
This extension is not affiliated with or endorsed by [Quarto](https://quarto.org) or its maintainers.