https://github.com/haixiangyan/guitar-tabs-editor
🎸 A portable guitar tabs editor 🎼 based on react.js, inspired by Markdown and LaTex.
https://github.com/haixiangyan/guitar-tabs-editor
guitar-component guitar-editor react react-components
Last synced: 10 months ago
JSON representation
🎸 A portable guitar tabs editor 🎼 based on react.js, inspired by Markdown and LaTex.
- Host: GitHub
- URL: https://github.com/haixiangyan/guitar-tabs-editor
- Owner: haixiangyan
- License: mit
- Created: 2018-03-12T00:38:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T03:36:47.000Z (over 3 years ago)
- Last Synced: 2025-04-07T12:21:47.397Z (about 1 year ago)
- Topics: guitar-component, guitar-editor, react, react-components
- Language: JavaScript
- Homepage: https://github.yanhaixiang.com/guitar-tabs-editor/
- Size: 2.39 MB
- Stars: 173
- Watchers: 6
- Forks: 31
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guitar-Editor
A portable guitar editor is coded based on react.js, inspired by Markdown and LaTex.
The chords and tab paragraphs components are based on `` tech.
Two components that related to this projects are published to npm. If you are interested in how to develop a guitar chord with React.js, please check them
* [react-guitar-lyrics](https://github.com/Haixiang6123/react-guitar-lyrics)
* [react-chord-generator](https://github.com/Haixiang6123/react-chord-generator)
## Demo
[Click here to see the demo](https://haixiang6123.github.io/guitar-tabs-editor/#/)
## ScreenShot



## Directory
```tree
├── README.md
├── Screenshots # Screen shots
├── package-lock.json
├── package.json
├── public
├── src # Source codes
└── yarn.lock
```
## How to run
```bash
$ npm install
$ npm start
```
```$xslt
$ npm run build # To build this project
```
## Future
This project is written in the period of my final week, so there are some parsing parts that are not the most optimized one.
For example, if you type really fast in the `` element, the editor might have some 'stuck' behaviors.
If you are interested in this guitar editor, please help me to improve the parsing part.