-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual editor doesn't recognize formats starting with live-
#546
Comments
I was just curious to learn how we did detection. quarto/apps/lsp/src/service/quarto.ts Lines 118 to 125 in 3bd070a
quarto/packages/quarto-core/src/document.ts Lines 112 to 138 in 3bd070a
Our regex will be something like Thanks for catching this ! We probably need to teach the extension about our format specification in Quarto |
That's exactly what I was thinking. Ideally, the extension would be using the |
For using the visual editor with
live-*
formats (using quarto-live), the visual editor doesn't have the same features as those for the*
format.For example, inserting columns into slides:
format: revealjs
format: live-revealjs
The text was updated successfully, but these errors were encountered: