A quarto extension, adding a toggle for designMode in html outputs, including revealjs slides.
To install this extension in your current directory (or into the Quarto project that you're currently working in), use the following command:
quarto install extension emilhvitfeldt/quarto-designmode
Add this to your document or project options:
filters:
- designmode
When Viewing a html document press Alt + D
to enable designMode, this allows you to edit text and move elements around. Press Alt + D
again to disable designMode. Changes made to the page will NOT modify the source document.
You can view a live preview of an example presentation at https://emilhvitfeldt.github.io/quarto-designmode/.