Really liking #quarto even if only as a neat build system for @pandoc with nice integrations. Currently building a presentation in #RevealJS using @gmcd 's quarto-revealjs-clean presentation style in #VSCode in #Flatpak using #DevContainers (on @Podman_io 8-D) with a custom #pandoc filter by @odin for smart „German“ quote marks.
The result is dead simple to setup and code (thanks to #Markdown), any tool that can run dev-containers should pull in all build dependencies, and I simply vendored the presentation style & the filter. And I get beautiful output, a free speaker view.
#Quarto #revealjs #vscode #flatpak #devcontainers #pandoc #markdown
Gave a short presentation about ALS data and forest disturbances at #silvilaser23 conference yesterday.
Slides available at https://github.com/wiesehahn/presentation-silvilaser23
You can also watch all presentations at https://blogs.ucl.ac.uk/silvilaser2023/
#silvilaser23 #lidar #als #quarto #revealjs
#LeanSlides - a tool to automatically generate and render #revealjs slides from #markdown comments in the #lean editor: https://github.com/0art0/lean-slides/
#Lean4 #leanprover #lean #markdown #revealjs #leanslides
I'm trying to reproduce the look of an institutional latex/beamer presentation for #QuartoPub and it has been... an experience?
I'd prefer not to copy and tweak the underlying pandoc template but ugh.
Also tried to emulate the look in #revealjs and maybe I just keep my previous hacky solution and leave it at that 🥴
Desde hace años uso #revealjs para mis talleres, presentaciones, para poder utilizar un presentador inalámbrico tuve que hacer este pequeño cambio en el código que documenté acá: https://cacu.tech/softwarelibre/revealjs/presentacion/2023/05/25/usbpresentador-revealjs.html #softwarelibre #tip #presentacion
#presentacion #tip #softwarelibre #revealjs
trying to wrap my arms around #revealjs
loving it.
will now use it for my next presentation.
@im
Ça à l'air tout à fait sympathique ce #revealjs ! 😃
Va falloir quand même que je me fixe sur un outil à un moment donné ! 😆
@Winston_Churchill @devnull @zaclys
@nicolay_lilicre @devnull @im @zaclys Pour des prez sur le pouce, #markdown, #orgreveal, ou #revealjs, semblent quand même bien pratiques ^_^ mais si on est rodé sur #Beamer, je trouve que c’est pas forcément necessaire, car une fois le préambule fait, la syntaxe des slides n’est pas si terrible. Et puis j’aime bien le theme #amurmaple
#amurmaple #beamer #revealjs #orgreveal #markdown
Create speaker notes for slides by adding a "notes" div. #Markdown example:
# Abbey Road
Here comes the sun
::: notes
And I say it's all right.
:::
Works as expected with pptx (#PowerPoint).
#revealjs: use the speaker view by pressing `s`.
#beamer: compile with `-V classoption=notes` or `-V classoption=notes=only`.
#markdown #powerpoint #revealjs #beamer
I was very happy to join the celebration of the #IDM2023 #Piday2023 at the UWI Cave Hill Barbados! I gave the talk "Dive into Hofstadter Butterfly" https://web.mat.upc.edu/joaquim.puig/piday2023 I also had fun with #quartopub and interactive #revealjs slides
#revealjs #QuartoPub #piday2023 #idm2023
Just getting around to playing with the {webr} quarto extension. Is there a way to get it to work with revealjs slides?
🎓Just launched my GitHub repo with a #quartopub
-based template for designing uni course websites!
It already comes with sleek #RevealJS templates and multi-year support. Plus, automated publishing to #GitHub Pages.
#Rstats #highered #datascience
Link:
https://github.com/jonjoncardoso/quarto-template-for-university-courses
#datascience #highered #rstats #github #revealjs #QuartoPub
🎓Just launched my GitHub repo with a #quartopub
-based template for designing uni course websites!
It already comes with sleek #RevealJS templates and multi-year support. Plus, automated publishing to #GitHub Pages.
#Rstats #highered #datascience
https://github.com/jonjoncardoso/quarto-template-for-university-courses
#datascience #highered #rstats #github #revealjs #QuartoPub
Una de las cosas que me flipa de #orgmode es que cada vez que pienso "molaría que se pudiera", efectivamente se puede.
El otro día copipegue un montón de veces el código iframe para incrustar vídeos en una presentación que usar #orgreveal y #revealjs
Hoy he pensado, "molaría poder usar una macro para esto". Y mola.
https://notxor.nueva-actitud.org/2022/11/25/macros-en-org-mode.html
Además me he topado con el blog de @Notxor y eso es un plus.
@sotneStatue I can recommend reveal.js to create stunning, interactive HTML slides
I'm using it via reveal-md, which is even more comfortable to use 🤩
One (hopefully beautiful) example are the slides for the talk I gave at @linuxtage in 2021 😊
#revealjs #telegraf #linuxtage
Trying to get to the bottom of the following:
starting an enumerated list in a #revealjs #QuartoPub using #rStats (well, continuing from a different slide) at 7.
This results in 7, 8, 9, [as expected] 0, 1, 2 [ 10, 11 12 were expected] (image one).
The html code produced (image two) doesn't give any insight into why the enumerated list ends at 9 and returns to 0.
(actual html snip is in alt text)
Any clues what's happening? Is it something in the default css style? Where should I report it?