# wolof_bible
An extension of Scripture App Builder primarily for web apps that also can be used to produce offline Windows and macOS.
Demo of current version at
app.kaddugyalla.com
Screenshot of wolof_bible on a web browser
### Running
use dart script @ `sfm_parser % dart run`
to pre-process SAB data into assets
### Updating offline resources:
TyndaleStudyNotes
github.com
TyndaleStudyNotesBookIntros
github.com
## To do:
### Minimal
- Audio tracking
- SBL/GNT word parsing under mouse-over
### Maximal
- Higher priority
- NavPane buttons: Contact Us from appDef
- Other
- Programmatically change permissions on files in project data folder to 744 when needed
- Programmatically change font names
- reader mode/no verses
- read in styles from appdef
- audio
- Pass in ref via URL to go straight there?
docs.flutter.dev
### Versions
* 2.0.0
* new data pre-processing
* new data structure
* new indexed search
* new copy and paste
* 2.0.1
* Corrected translations
* Corrected copy without numbers to work
* new icons for macos and ios
* ios - transparent single size @ 1024 with the core image @ 63% for ios 18 - to test with 26
* macos - made with iconcomposer for macos 15 - to test with 26
* 2.0.2
* Added bulk verse copy
* 2.0.3
* Correction of footnote problems
* more new icons for ios
* 2.0.4
* 'unfocus after input' after search and after bulk verse copy input
* adapting bulk verse copy "ready to copy" user feedback to touch screen
* pre-processing fixes for ~ as thousands separator
* UI for bulk verse copy changes
* 2.0.5
* fixed bug where poetry (i.e. multiline verses) wasn't handled correctly: refined selection logic & bulk verse copy logic & search logic along with pre-processing
* refined selection logic - explictly clearing start/end points of selection on context menu tap to avoid unwanted anchoring of s …