I’ve implemented a feature on the mediaitem.py file that appends the first line of the next verse as a “preview” to the last line of the current verse, except when the current verse type starts with "i" (intro), which in our use case, is used as the "Title" slide.
The preview line is wrapped in {preview}...{/preview} tags so it can be styled differently in the slide renderer.
Now my question is, should I try to make a plugin out of that? Or should I make an official contribution as a proposed feature? Or should I just keep it to myself or whoever requests it here?
There is an issue #118 reported in gitlab for that and I would like to know if this could be a valid contribution.