Skip to content

produnis/quarto-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarto Cheatsheet

This is a simple quarto extension to create cheat sheets as PDF files.

Installation

Add to existing project:

$ quarto add produnis/quarto-cheatsheet

Use as template for a new project:

$ quarto use template produnis/quarto-cheatsheet

Usage

Add an entry using:

:::{.cheat title="Title of Node"}
Content of Node
:::

Colors

You can change the colors of nodes, lines, headings and texts in YAML with parameters:

nodecolor: "185191"  # HTML color only
linecolor: "185191"  # HTML color only
headcolor: "FFFFFF"  # HTML color only
textcolor: "000000"  # HTML color only

As you can see, hexcode is supported, only.

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published