/quarto-easter-eggs

Easter Egg Collections JS extension for Quarto

Primary LanguageJavaScriptMIT LicenseMIT

Easter Egg Collection Extension For Quarto

This filter ports WeiChiaChang's Easter Egg Collection over to Quarto. The extension lets you type a keyword and see something special pop in on the web page.

Installing

quarto add parmsam/quarto-easter-eggs

This will install the extension under the _extensions subdirectory. If you're using version control, you will want to check in this directory.

Using

After installing the extension, add it as filter in your Quarto file YAML header.

filters:
  - easter-eggs

Then you can type one of the keywords and something special will show up. It's pretty cute.

Example

Here is the source code for a minimal example: example.qmd.

The output of example.qmd is here.

Credit

-🐰 easter-egg-collection by WeiChiaChang