zerosonesfun/flarum-ext-chords

This package is abandoned and no longer maintained. No replacement package was suggested.

Sheet music using BBCode.

Fund package maintenance!
Website

Installs: 206

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:flarum-extension

2.2 2021-05-16 01:23 UTC

README

Post basic sheet music on your Flarum.

Install

composer require zerosonesfun/flarum-ext-chords

Update

composer update zerosonesfun/flarum-ext-chords php flarum cache:clear ...and you might need to clear your browser cache and cookies too. Are you using cloudflare? Empty that too.

Usage

This extension looks for specific BBCode tags and converts them to the code needed so that your sheet music chords are above the lyrics. Wrap the entire song in [song] [/song] and then where you want a chord, use [chord] [/chord]

Example of what you would type into a new post:

[song]

These [chord]G[/chord]are lyrics to a [chord]C[/chord] song.

[/song]

Customize

Change the look of your sheet music by going to assets > extensions > zerosonesfun-chords > styles.css and modify the stylesheet.