Skip to content
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

OnLineBible export: Merge adjacent references #49

Closed
schierlm opened this issue Apr 1, 2021 · 0 comments
Closed

OnLineBible export: Merge adjacent references #49

schierlm opened this issue Apr 1, 2021 · 0 comments
Milestone

Comments

@schierlm
Copy link
Owner

schierlm commented Apr 1, 2021

Starting from this comment by @Michahel, when exporting to OnLineBible, adjacent references should be merged so that clicking them opens one reference window and not multiple ones.

References are adjacent if they are only separted by whitespace or certain punctuation (I would suggest semicolon, comma, period; as I have seen those in separating references in various input formats).

So, instead of exporting

{\\#Ref1\\; \\#Ref2\\.\\#Ref3\\}

it should get exported as

{\\#Ref1 Ref2 Ref3\\}
schierlm referenced this issue Apr 1, 2021
- Add UTF-8 BOM to file
- Export cross references in structured form instead of plain text
- When using the `IgnoreKJV` option, do not split/reorder/merge verses

Fixes #45.
Fixes #46.
@schierlm schierlm added this to the v0.0.8 milestone Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant