-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for reference ranges to show multiple verses in the scripture panes #374
Add support for reference ranges to show multiple verses in the scripture panes #374
Comments
What I've found so far... In production version of gateway edit, it looks like the UST Scripture pane is displaying the verse ranges whenever the |
Notes:
|
@kintsoogi note that, verse spans are multiple verses marked as a single verse in USFM scripture as \v 2-3 followed by the text of the two verses mixed together. Reference ranges is any reference that refers to more than one verse. Reference ranges don't include any scripture. It's just the reference. |
@kintsoogi Also there may be and endVerse in the array object if there is a verse span included in the ref range. That will be helpful in fixing the issue you mentioned above. |
@kintsoogi Sorry - that was incorrect. A verse range will look like this (easier): |
Progress so far...
|
test procedure
|
Looks good in v1.2.0 build 9ebcb5b |
Looks good with v1.2.0 build 1f1cfb0 QA |
decouple scripture panes from bible-reference-rcl - the reference in the current tNote takes priority for the scripture reference(s) shown
DoD
Single Scripture RCL will have a styleguidist example that proves it supports reference ranges.
Details:
Lars may have something working this way already.
The text was updated successfully, but these errors were encountered: