BibleEngine
BibleEngine copied to clipboard
General purpose library for powering JavaScript Bible projects
The following file links to JSON that is not shipped with the package: https://github.com/STEPBible/BibleEngine/blob/master/importers/src/bible/sword/src/VerseScheme.ts#L1 As a result, all functions that pull from the file throw an error. i.e. `creator.addImporter(V11nImporter);` This...
## Designs https://www.figma.com/file/WCmC6Tbdxf4lSr5I3tbmpQSo/StepBible?node-id=0%3A1
putting Slack conversation for reference: David Instone-Brewer 10:46 AM Sorry it took me some time to get to these Qs. On the error log, what I found is: "no valid...
Strong numbers are useful, so we want to show them somewhere in the def. Prob best as non-bold in top line eg In beginning: 'first' (reshit - RAShIT) H7225 If...
https://github.com/tyndale/STEPBible-Data/blob/master/TEGMC%20-%20Tyndale%20Expansion%20of%20Greek%20Morphhology%20Codes%20-%20TyndaleHouse.com%20STEPBible.org%20CC%20BY-NC.txt
@David Instone-Brewer you mentioned in private chat that we can be sure that in any translation the order of instances of the same strong would be the same as in...
original greek and hebrew text from STEPData including variant, morphology, lemma, strong should be added to the core of bibleEngine. - define a schema for the data - write a...
The Bible file I am using is from here https://ebible.org/Scriptures/details.php?id=eng-kjv2006 The file I am using is the `Crosswire Sword module` entry Here is my app. It's really small: ```js import...