https://github.com/roccotripaldi/lyrics-block
A song-lyric plugin for WordPress
https://github.com/roccotripaldi/lyrics-block
Last synced: 4 months ago
JSON representation
A song-lyric plugin for WordPress
- Host: GitHub
- URL: https://github.com/roccotripaldi/lyrics-block
- Owner: roccotripaldi
- Created: 2018-12-18T18:14:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:22:42.000Z (over 3 years ago)
- Last Synced: 2025-04-11T09:41:07.549Z (about 1 year ago)
- Language: JavaScript
- Size: 831 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lyrics
Adds lyrics to your WordPress posts and pages.
This project was bootstrapped with [Create Guten Block](https://github.com/ahmadawais/create-guten-block).
## Using this plugin
- π Install this plugin on your WordPress website, either through the WordPress.org plugin directory,
or by downloading this repository as a .zip archive.
- π₯ Activate the plugin via your wp-admin dashboard.
- βοΈ Start a new post using the block editor, and add a lyrics block.
- π΅ You can add as many sections to your lyrics block as you wish.
- βοΈ You can configure the appearance of the lyrics block using the controls in the sidebar.
- π€ Try it out, and have some fun!
### Editing lyrics

### Viewing lyrics

## Developing this plugin
Pull requests are welcome!
To develop this plugin, you'll need a local WordPress Environment.
I use [Jetpack's docker image](https://github.com/Automattic/jetpack/tree/master/docker).
- π Clone this repository into the plugin's directory of your local WordPress environment.
- π On the command line, `cd` into this plugin's folder
- π²Create a new branch to develop on
- π Just like with Create Guten Block, you can run `npm start` to compile the lyrics block for development, and watch for changes.
- π When your happy with your changes, you can run `npm run build` to compile the lyrics block for production
- β
Commit your changes and open a PR!
## Reporting issues
Something not-quite-right with this plugin? Open up an issue on this repository. Please be as detailed
as possible with the issue's description and include screenshots if possible.