With Posit::conf(2023L) Conference now in the rearview mirror, we’re excited to announce the release of quarto-webr
version 0.3.6! This release brings a series of improvements to the Quarto extension based on community feedback. Most notably, the run selected code shortcut has been improved to now also run the current line if no selection is present and advance to the next. We’ve also worked on improving the getting started documentation by adding a walkthrough video, a new page containing community examples, and providing examples of how code cells could be used to explore what-if scenarios.
For more details on the changes, please see the news entry below
quarto-webr
news file entry for version 0.3.6 (2023-09-24)
Feature
- Improved the run selected code shortcut to now also run the current line if no selection is present and advance to the next. (#43)
- Use: Cmd + Enter on macOS or Ctrl + Enter on Windows
Bugfixes
- Fixed space not being preserved (h/t @nguyenllpsych, #39)
- Fixed webR not initializing if a document lacked a title (h/t @jimhester, #40)
Documentation
- Added a walkthrough video to the getting started page.
- Added a new page containing community examples of the
quarto-webr
extension in the wild. - Added an example on fill-in-the-blank usage.
- Clarified how interactive code cells could be used to explore what-if scenarios.
- Minor documentation fixes.
Deployment
- Add new issue templates for questions and examples.
- Improved GitHub repo issue template formatting.