Add UI for margin verse marker
@markpenny is already working on this.
Since Aug 12, 2023.
- Dominant language
- Python
- Stars
- 33
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
\def\marginversemarker{*}
where * is whatever marker you want to use. Note that you can also add a kerning space after the marker if required. So, for example, if you want a dash ‘-’ to be the marker to show where the verse starts and then have a 1pt space before the 1st word of the next verse, then use this:
\def\marginversemarker{-\kern 1pt}
Currently this does it everywhere (even at the start of a paragraph/line) which may not be ideal, but it is as far as we’ve got so far.
https://community.scripture.software.sil.org/t/marker-for-the-inside-text-of-verses/3750/2
I have several projects who are asking for this feature and I’m not sure how tech savvy they are to follow your excellent instructions. They want to use this for community checking the books and portions as they work through the translation process.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.