AndBible / and-bible

AndBible: Bible Study
https://andbible.org
GNU General Public License v3.0
576 stars 193 forks source link

MyBible tags formatting #2499

Open viktor-zhuromskyy opened 1 year ago

viktor-zhuromskyy commented 1 year ago

All of my modules are primarily MyBible format and I use extensive formatting of my texts for my Bible modules with their allowed semi HTML blocks, such as <J> ... </J>, <n> ... </n>, <i> ... </i>, <br/>, etc.

I am already exterimenting with .conf files for my modules and so far was able to launch the modules in AndBible, and the only thing I see working is <i> ... </i> and <S> ... </S>

Please look at their bible text formatting docs. https://docs.google.com/document/d/12rf4Pqy13qhnAW31uKkaWNTBDTtRbNW0s7cM0vcimlA/edit#heading=h.ty56z9w1e0zl

tuomas2 commented 1 year ago

Are you a developer? If you are, I'd like to encourage to make a PR. Support for some rather simple formatting tags is rather simple to implement, just add vue file here https://github.com/AndBible/and-bible/tree/develop/app/bibleview-js/src/components/MyBible and set it up to be used in https://github.com/AndBible/and-bible/blob/develop/app/bibleview-js/src/components/documents/OsisSegment.vue .

viktor-zhuromskyy commented 1 year ago

Are you a developer? If you are, I'd like to encourage to make a PR. Support for some rather simple formatting tags is rather simple to implement, just add vue file here https://github.com/AndBible/and-bible/tree/develop/app/bibleview-js/src/components/MyBible and set it up to be used in https://github.com/AndBible/and-bible/blob/develop/app/bibleview-js/src/components/documents/OsisSegment.vue .

I am a Linux guy, using GIT for my own projects. Will fork your project and will start contributing.