zerosonesfun / flarum-ext-chords
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
Requires
- flarum/core: ^0.1.0-beta.16 || ^1.0
This package is auto-updated.
Last update: 2023-09-16 06:21:51 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.