quarto-designmode
quarto-designmode copied to clipboard
Quarto Extension to enable DesignMode
designMode
A quarto extension, adding a toggle for designMode in html outputs, including revealjs slides.
Installation
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
Enabling
Add this to your document or project options:
filters:
- designmode
Usage
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.
Example

Live preview
You can view a live preview of an example presentation at https://emilhvitfeldt.github.io/quarto-designmode/.