Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quarto-dev/quarto
Quarto open-source scientific and technical publishing system
https://github.com/quarto-dev/quarto
Last synced: 1 day 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T21:02:54.000Z (3 days ago)
- Last Synced: 2024-11-07T21:33:45.928Z (3 days ago)
- Language: TypeScript
- Homepage: https://quarto.org
- Size: 11 MB
- Stars: 339
- Watchers: 9
- Forks: 29
- Open Issues: 231
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.