October, 2020 - AaronDavidNewman/Smoosic GitHub Wiki
I've decided I hate the way text handling works in Smoosic, so I'm completely revamping all the rendering and handling logic for lyrics, chords, and score text. The current model overlays html and uses built-in SVG editable text elements. The new version will do event handling from scratch so I can handle selections, dynamic resizing, and more complex text configurations. It will also be using the new text formatting logic I added to Vexflow to render chord changes.