From 2f86946295e3e94a621051ffe021828b37c73885 Mon Sep 17 00:00:00 2001 From: coatless Date: Fri, 2 Feb 2024 07:18:46 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20coatless?= =?UTF-8?q?/quarto-webr@5ed080286be2fb25e7f08e106e8cb9a7594cb58a=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demos/qwebr-code-cell-options.html | 9 +++++++-- demos/qwebr-custom-repository.html | 9 +++++++-- ...-long-running-execution-interactive-locking.html | 9 +++++++-- demos/qwebr-non-interactive-areas.html | 9 +++++++-- demos/qwebr-setting-options-in-document-yaml.html | 9 +++++++-- examples/blog/index.html | 4 ++-- examples/blog/posts/post-with-code/index.html | 9 +++++++-- examples/book/example-page.html | 9 +++++++-- examples/book/index.html | 13 +++++++++---- examples/html-document/index.html | 9 +++++++-- examples/readme/index.html | 9 +++++++-- examples/revealjs/index.html | 9 +++++++-- examples/website/example-page.html | 9 +++++++-- examples/website/index.html | 9 +++++++-- index.html | 9 +++++++-- qwebr-acknowledgements.html | 2 +- qwebr-cell-options.html | 2 +- qwebr-code-cell-demos.html | 11 ++++++++--- qwebr-communication-channels.html | 11 ++++++++--- qwebr-community-examples.html | 2 +- qwebr-deployment-templates.html | 2 +- qwebr-developer-resources.html | 2 +- qwebr-extension-website.html | 2 +- qwebr-faq.html | 2 +- qwebr-first-steps.html | 2 +- qwebr-internal-cell.html | 11 ++++++++--- qwebr-meta-options.html | 2 +- qwebr-release-notes.html | 2 +- qwebr-theming.html | 2 +- qwebr-troubleshooting.html | 2 +- qwebr-using-r-packages.html | 11 ++++++++--- tests/index.html | 9 +++++++-- tests/qwebr-test-escape-html-output-characters.html | 9 +++++++-- tests/qwebr-test-help-documentation.html | 9 +++++++-- ...ebr-test-interactive-with-keyboard-shortcut.html | 9 +++++++-- tests/qwebr-test-internal-cell.html | 9 +++++++-- tests/qwebr-test-multiple-cells.html | 9 +++++++-- tests/qwebr-test-non-interactive-chained-cells.html | 9 +++++++-- ...-test-non-interactive-context-with-packages.html | 9 +++++++-- ...ractive-setup-with-packages-and-interactive.html | 9 +++++++-- ...br-test-non-interactive-setup-with-packages.html | 9 +++++++-- tests/qwebr-test-output-classes.html | 9 +++++++-- tests/qwebr-test-output-graph.html | 9 +++++++-- ...qwebr-test-output-stderr-result-suppression.html | 9 +++++++-- tests/qwebr-test-packages-autoload.html | 9 +++++++-- tests/qwebr-test-packages-multi.html | 9 +++++++-- tests/qwebr-test-repo-key.html | 11 ++++++++--- tests/qwebr-test-revealjs.html | 9 +++++++-- tests/qwebr-test-service-worker.html | 9 +++++++-- tests/qwebr-test-shim-install.html | 9 +++++++-- tests/qwebr-test-status-header-no-title.html | 9 +++++++-- ...ebr-test-status-header-suppressed-html copy.html | 9 +++++++-- ...webr-test-status-header-suppressed-revealjs.html | 9 +++++++-- 53 files changed, 301 insertions(+), 101 deletions(-) diff --git a/demos/qwebr-code-cell-options.html b/demos/qwebr-code-cell-options.html index be31ae10..8e35738a 100644 --- a/demos/qwebr-code-cell-options.html +++ b/demos/qwebr-code-cell-options.html @@ -121,6 +121,11 @@ width: 100%; display: flex; justify-content: space-between; + box-sizing: border-box; +} + +.qwebr-editor-toolbar-left-buttons, .qwebr-editor-toolbar-right-buttons { + display: flex; } .qwebr-non-interactive-loading-container.qwebr-cell-needs-evaluation, .qwebr-non-interactive-loading-container.qwebr-cell-evaluated { @@ -270,7 +275,7 @@ }; // Store cell data -globalThis.qwebrCellDetails = [{"id":1,"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","options":{"output":"true","warning":"true","comment":"","context":"interactive","dpi":72,"results":"markup","label":"unnamed-chunk-1","fig-height":5,"out-width":"700px","out-height":"","message":"true","fig-width":7,"fig-cap":"","classes":""}},{"id":2,"code":" \n# Generating a simple table\ndata <- data.frame(\n Name = c(\"Alice\", \"Bob\", \"Charlie\"),\n Age = c(25, 30, 22)\n)","options":{"output":"true","warning":"true","comment":"","context":"setup","dpi":72,"results":"markup","label":"unnamed-chunk-2","fig-height":5,"out-width":"700px","out-height":"","message":"true","fig-width":7,"fig-cap":"","classes":""}},{"id":3,"code":"knitr::kable(data, \"html\")","options":{"output":"true","warning":"true","comment":"","context":"interactive","dpi":72,"results":"asis","label":"unnamed-chunk-3","fig-height":5,"out-width":"700px","out-height":"","message":"true","fig-width":7,"fig-cap":"","classes":""}},{"id":4,"code":"knitr::kable(data, \"html\")","options":{"output":"true","warning":"true","comment":"","context":"interactive","dpi":72,"results":"markup","label":"unnamed-chunk-4","fig-height":5,"out-width":"700px","out-height":"","message":"true","fig-width":7,"fig-cap":"","classes":""}},{"id":5,"code":"\nplot2::plot2(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","options":{"output":"true","warning":"true","comment":"","context":"output","dpi":72,"results":"markup","label":"unnamed-chunk-5","fig-height":"6","out-width":"700px","out-height":"","message":"true","fig-width":"6","fig-cap":"","classes":""}},{"id":6,"code":"\nplot2::plot2(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","options":{"output":"true","warning":"true","comment":"","context":"output","dpi":72,"results":"markup","label":"unnamed-chunk-6","fig-height":5,"out-width":"700px","out-height":"","message":"true","fig-width":7,"fig-cap":"","classes":""}},{"id":7,"code":"plot2::plot2(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","options":{"output":"true","warning":"true","comment":"","context":"output","dpi":72,"results":"markup","label":"unnamed-chunk-7","fig-height":"6","out-width":"500px","out-height":"500px","message":"true","fig-width":"6","fig-cap":"","classes":""}}]; +globalThis.qwebrCellDetails = [{"options":{"out-width":"700px","label":"unnamed-chunk-1","dpi":72,"fig-height":5,"warning":"true","message":"true","classes":"","fig-width":7,"output":"true","out-height":"","fig-cap":"","context":"interactive","results":"markup","comment":""},"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","id":1},{"options":{"out-width":"700px","label":"unnamed-chunk-2","dpi":72,"fig-height":5,"warning":"true","message":"true","classes":"","fig-width":7,"output":"true","out-height":"","fig-cap":"","context":"setup","results":"markup","comment":""},"code":" \n# Generating a simple table\ndata <- data.frame(\n Name = c(\"Alice\", \"Bob\", \"Charlie\"),\n Age = c(25, 30, 22)\n)","id":2},{"options":{"out-width":"700px","label":"unnamed-chunk-3","dpi":72,"fig-height":5,"warning":"true","message":"true","classes":"","fig-width":7,"output":"true","out-height":"","fig-cap":"","context":"interactive","results":"asis","comment":""},"code":"knitr::kable(data, \"html\")","id":3},{"options":{"out-width":"700px","label":"unnamed-chunk-4","dpi":72,"fig-height":5,"warning":"true","message":"true","classes":"","fig-width":7,"output":"true","out-height":"","fig-cap":"","context":"interactive","results":"markup","comment":""},"code":"knitr::kable(data, \"html\")","id":4},{"options":{"out-width":"700px","label":"unnamed-chunk-5","dpi":72,"fig-height":"6","warning":"true","message":"true","classes":"","fig-width":"6","output":"true","out-height":"","fig-cap":"","context":"output","results":"markup","comment":""},"code":"\nplot2::plot2(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","id":5},{"options":{"out-width":"700px","label":"unnamed-chunk-6","dpi":72,"fig-height":5,"warning":"true","message":"true","classes":"","fig-width":7,"output":"true","out-height":"","fig-cap":"","context":"output","results":"markup","comment":""},"code":"\nplot2::plot2(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","id":6},{"options":{"out-width":"500px","label":"unnamed-chunk-7","dpi":72,"fig-height":"6","warning":"true","message":"true","classes":"","fig-width":"6","output":"true","out-height":"500px","fig-cap":"","context":"output","results":"markup","comment":""},"code":"plot2::plot2(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","id":7}];