top | item 39374135

(no title)

dragonstyle | 2 years ago

Quarto files are just markdown files, so any text editor will work. There is nice support for Neovim, JupyterLab, and RStudio too, if any of those are more familiar.

That said, the Quarto VS.Code extension has some very nice features that I think would be awfully useful in a big project:

- A visual editor to allow a simpler editing experience (could be a pro or con ;-)).

- Completions for document centric things like cross references and bibliographies, completions for yaml configuration options.

- Live preview of LaTeX math, Mermaid and Graphviz diagrams

- Syntax highlight for the markdown and embedded languages

- A nice preview workflow

I'm not sure if those are enough to overcome the lack of familiarity, but thought I'd highlight some of the benefits. Neovim and Rstudio both have very strong features with most or all of the above. Our JuptyerLab extension is more minimal, really only helping with markdown rendering.

discuss

order

WillAdams|2 years ago

That is _very_ persuasive. Thanks!

Downloading VS Code now.