https://github.com/quarto-dev/quarto
Quarto open-source scientific and technical publishing system
https://github.com/quarto-dev/quarto
Last synced: 2 months ago
JSON representation
Quarto open-source scientific and technical publishing system
- Host: GitHub
- URL: https://github.com/quarto-dev/quarto
- Owner: quarto-dev
- License: agpl-3.0
- Created: 2022-11-03T13:01:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T15:42:13.000Z (2 months ago)
- Last Synced: 2025-05-14T02:44:51.599Z (2 months ago)
- Language: TypeScript
- Homepage: https://quarto.org
- Size: 10.9 MB
- Stars: 410
- Watchers: 10
- Forks: 36
- Open Issues: 282
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-quarto - Visual Studio Code - [Visual Studio Code](https://code.visualstudio.com/) extension for Quarto. (Supported editors)
README
# Quarto
Quarto is an open-source scientific and technical publishing system built on [Pandoc](https://pandoc.org). Quarto documents are authored using [markdown](https://en.wikipedia.org/wiki/Markdown), an easy to write plain text format.
Here is where you can find the source code for various parts of the Quarto system:
- [Quarto Command Line Interface](https://github.com/quarto-dev/quarto-cli)
- [Quarto GitHub Actions](https://github.com/quarto-dev/quarto-actions)
- [Quarto VS Code Extension](https://github.com/quarto-dev/quarto/tree/main/apps/vscode)
## Development
To develop the Quarto VS Code extension, clone this repo, run `yarn`, then run the `yarn dev-vscode` command:
```bash
yarn # install dependencies
yarn dev-vscode # run development/debug version of extension
```Use the VS Code **Run and Debug** pane in the activity bar to run a version of VS Code with the development build of the extension.