Skip to content

feat: add Quarto Wizard schema and snippets#3

Open
mcanouil wants to merge 2 commits intocoatless-quarto:mainfrom
mcanouil:feat/quarto-wizard-schema
Open

feat: add Quarto Wizard schema and snippets#3
mcanouil wants to merge 2 commits intocoatless-quarto:mainfrom
mcanouil:feat/quarto-wizard-schema

Conversation

@mcanouil
Copy link

Summary

  • Add _schema.yml declaring CSS classes: to-source, to-webr, and to-pyodide.
  • Add _snippets.json with three snippets: source panel, webR panel, and Pyodide panel.

What is Quarto Wizard?

Quarto Wizard is a VS Code extension that enhances the Quarto authoring experience with IDE tooling.
In its upcoming release, Quarto extensions will be able to contribute their own schema and snippets, which Quarto Wizard can use to provide autocompletion, validation, diagnostics, and snippet completion tailored to each extension.

Extensions opt in by shipping a _schema.yml file (declaring configurable options, shortcode parameters, element attributes, and CSS classes) and a _snippets.json file (VS Code-format snippets for common syntax patterns) alongside their _extension.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant