From 68347d971aa43f936ed0fc43718d91bdca7079fa Mon Sep 17 00:00:00 2001 From: Abdullah Al Mahmud <35225813+mahmudstat@users.noreply.github.com> Date: Fri, 15 Aug 2025 20:11:23 +0600 Subject: [PATCH] Add qdraw extension to revealjs.yml Allows drawing and erasing in a revealjs presentation rendered via quarto. --- docs/extensions/listings/revealjs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extensions/listings/revealjs.yml b/docs/extensions/listings/revealjs.yml index c817b416c9..c11a9cabd7 100644 --- a/docs/extensions/listings/revealjs.yml +++ b/docs/extensions/listings/revealjs.yml @@ -95,6 +95,12 @@ description: > Switch the cursor to a 'pointer' style element. +- name: qdraw + path: https://github.com/mahmudstat/qdraw + author: '[Abdullah Al Mahmud](https://github.com/mahmudstat)' + description: > + Adds drawing and erasing functionality to slides. + - name: quiz path: https://github.com/parmsam/quarto-quiz author: '[Sam Parmar](https://github.com/parmsam)'