-
Notifications
You must be signed in to change notification settings - Fork 2
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
Words of Jesus in Red #3
Comments
It's possible. If you want to work on this, please do.
Work environment: I personally use JEDIT for this kind of thing, with a custom syntax "mode" that highlights USFM nicely, including painting letters red when inside of the \wj .. \wj* tag. I use a jedit macro to insert character tags into the stream... which is assigned to a shortcut in Jedit (I use Ctrl-I.) Before calling the macro, I first highlight the word(s) to be tagged, then call the Insert CTags macro and type the letters in the tag (for \wj, only type wj). However for something specific and repetitive as painting the words of Jesus, I would make a copy of this macro and skip typing the same tag every time by simplifying it to skip asking for the tag and simply insert the \wj ... \wj* tags around the selected text. Source for tags: As far as specific steps related to github: USFM vs. PSFM: |
Hi,
I was wondering if it would be possible for the words of Jesus to be in red. The USFM docs allow for this, and I wondered if that was acceptable.
I'm happy to help contribute to this if wanted. Also, any suggestions on the best way to do this would be appreciated.
The text was updated successfully, but these errors were encountered: