You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quarto is an open-source scientific and technical publishing system built on [Pandoc](https://pandoc.org). This repository contains the source code for various parts of the Quarto ecosystem, with the main CLI implementation housed in a separate repository ([quarto-cli](https://github.com/quarto-dev/quarto-cli)).
6
+
7
+
### Main Components
8
+
9
+
-**VS Code Extension**: The primary VS Code extension for working with Quarto documents
10
+
-**Writer**: A web-based editor for Quarto documents
11
+
-**LSP**: Language server for Quarto documents
12
+
-**Core Packages**: Shared libraries used across multiple components
13
+
14
+
## Repository Structure
15
+
16
+
The repository is organized as a monorepo using Yarn workspaces:
17
+
18
+
-`apps/`: Contains standalone applications
19
+
-`vscode/`: VS Code extension for Quarto
20
+
-`writer/`: Web-based Quarto editor
21
+
-`lsp/`: Language Server Protocol implementation
22
+
-`panmirror/`: WYSIWYG editor component
23
+
-`packages/`: Contains shared libraries
24
+
-`core/`: Core functionality shared across packages
0 commit comments