EmilHvitfeldt / quarto-designmode

Quarto Extension to enable DesignMode

Home Page:https://emilhvitfeldt.github.io/quarto-designmode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/.

About

Quarto Extension to enable DesignMode

https://emilhvitfeldt.github.io/quarto-designmode/


Languages

Language:JavaScript 59.6%Language:HTML 40.1%Language:Lua 0.3%