Is there any way for a visual filter to force a line break after punctuation or other key words like "for" or "because" or etc?
I've just seen the layout of the "Memorization Study Bible" which breaks apart each verse into smaller chunks, often following punctuation, to help in memorization.
I have a LibreOffice Writer macro that does this after copy-paste from Logos to LO but it might be handy to see what a Logos visual filter could do.
Even better would be a visual filter that substituted symbols for words (e.g., ∪ for "you" or b4 for "before") and then turn words into initials (1st letter only) except for the symbols which can be multiple letters (per example above). Of all memorization schemes I've tried, initials works best for me especially with symbols substituting for common words. I am trying to do all this in Python but stumbling badly as a beginner.
Thanks.