kodepandai / colorful-quran

Holy Qur'an with colorful tajweed anotation
https://quran.edsentra.id
MIT License
70 stars 10 forks source link

[Tajweed] Complete Tajweed Anotation Kemenag Version #4

Closed axmad386 closed 2 years ago

axmad386 commented 2 years ago

Tajweed Anotation Kemenag Version

Description

Progress to complete tajweed anotation for kemenag version For more detail, install this Kemenag Quran App. Open Quran per Halaman page For now, we use recitequran.com for tajweed reference.

How to Contirbute

All anotation listed on json file under /src/db/kemenag/surah/x.json, where x is id of surah. See example for surah 1.json Example of tajweed json structure

"tajweed": [
   {
      "class": "madd-6",
     "start": 0,
     "end": 2
   }
]

start and end is start and end of selected arabic character. Use tajweed generator tool to generate the json. see contributing section

Known Issue

Currently we cannot styling for harakat only. So we must syling huruf + harakat

List of completed tajweed anotation

axmad386 commented 2 years ago

Hello everyone. I will make this Issue to pending state. I think we should invest on make auto tajweed generator. I found algoritm on other repo, but on python language. We can refactor that code to fit our project (in typescript) Checkout this repo https://github.com/cpfair/quran-tajweed @sangvictim @hilmiardani @yudianwebdev please feel free to make PR but focus on other enhancement, like font resizer, autoscroll, etc..

axmad386 commented 2 years ago

I will close this. Work on auto tajweed generator, see #24 for progress