Open jlperla opened 1 year ago
One issue w/ this is that the preview for ipynb isn't great (it just pops up a dialog that tells you the render is finished with a button to open the file). We are hoping to implement a much nicer HTML treatment for rendered notebooks. We are also hoping to implement much more comprehensive UI for driving render (probably a Quarto activity bar pane) which will be a good place for this sort of UI.
Minor feature request:
Right now the "Render" only shows pdf/docx/html as options. Would be nice to have a
ipynb
dropdown to make it so the manual quarto commandline isn't required for those use cases (i.e., it would do thequarto render MYFILE.qmd --to ipynb
)