dfalbel / chord-sheet

Quarto extension for displaying guitar chord sheets based on ChordSheetsJS

Home Page:https://daniel.quarto.pub/chord-sheet-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chord-sheet

This extension provides support for rendering chord sheets in Quarto HTML documents. It uses the ChordSheetJS library to parse and render sheets into HTML tables.

Installing

You can install it with:

quarto install extension dfalbel/chord-sheet

Example

---
title: Songs
format:
   html: default
filters:
   - chord-sheet
---

```chord
Let it [Am]be, let it [C/G]be, let it [F]be, let it [C]be
[C]Whisper words of [G]wisdom, let it [F]be [C/E] [Dm] [C]
```

By default the ChordPro format is used, but you can switch to the ChordSheet format by specifying format="chordsheet", for example:

```{.chord format="chordsheet"}
          Am         Am/G       F          C
Let it   be, let it be, let it be, let it be
                     G           F Em/F F6 C
There will be an answer, let it be
```

You can see an example here along with its rendered version.

About

Quarto extension for displaying guitar chord sheets based on ChordSheetsJS

https://daniel.quarto.pub/chord-sheet-example/

License:GNU General Public License v2.0


Languages

Language:JavaScript 99.4%Language:Lua 0.4%Language:CSS 0.2%