You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/qwebr-community-examples.qmd
+4
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,10 @@ Do you have your own project or example that incorporates `quarto-webr`? We invi
78
78
79
79
# Blog posts
80
80
81
+
82
+
-[Claudiu Papasteri](https://github.com/ClaudiuPapasteri)'s post on [Hugo blogdown posts with in-browser interactive code chunks using webR and Quarto?](https://claudiu.psychlab.eu/post/hugo-blogdown-interactive-code-chunk-webr-quarto/). Feb 5th, 2024.
-[Cara Thompson](https://github.com/cararthompson)'s post on [A quick experiment with WebR: how much can I do in under an hour?](https://www.cararthompson.com/posts/2024-02-01-experimenting-with-webr/). Feb 2nd, 2024.
81
85
-[Matt Dray](https://www.matt-dray.com/)'s post on [Pseudo-apps in the browser with WebR and Quarto?](https://www.rostrum.blog/posts/2024-01-20-webr-remote/). Jan 20th, 2024.
-[James Goldie](https://github.com/jimjam-slam)'s post on [Your new R package? Write a WebR blog post for it](https://jamesgoldie.dev/writing/your-new-r-package-webr/). Jan 19th, 2024.
Copy file name to clipboardexpand all lines: docs/qwebr-release-notes.qmd
+1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ format:
32
32
- Added new CSS IDs governing the webR initialization state. ([#110](https://github.com/coatless/quarto-webr/issues/110))
33
33
- Added shim that overrides `install.packages()` with `webr::install()` through `webr::shim_install()` this requires webR v0.2.2 to be in use. ([#122](https://github.com/coatless/quarto-webr/issues/122))
34
34
- Added the keyboard shortcut for Run Code -- `Shift + Enter` -- to mouseover text for the Run Code button. ([#91](https://github.com/coatless/quarto-webr/pulls/138))
35
+
- Allow `{webr-r}` code cell to propagate into Quarto `markdown` formats for `hugo-md`. ([#150](https://github.com/coatless/quarto-webr/issues/150), h/t [@ClaudiuPapasteri](https://github.com/ClaudiuPapasteri))
35
36
- Updated the version of the MonacoEditor from 0.43.0 to 0.45.0. ([#130](https://github.com/coatless/quarto-webr/pull/130))
36
37
- Updated the version of the FontAwesome from 6.4.2 to 6.5.1. ([#131](https://github.com/coatless/quarto-webr/pull/131))
0 commit comments