Stimulus / Symfony UX compatibility
Hi @tbmatuka
the project I am currently working on uses Stimulus / Turbo (part of symfony/ux). I added a stimulus controller and some glue code to make it work, but it requires a slightly different setup (different form theme, editorJS initialisation would be inside the stimulus controller).
I can work on a PR that adds Symfony UX compatibility if you are willing to have it in your bundle.
If you can make it completely optional without breaking backwards compatibility, that's fine with me. I would prefer to have the compatibility as generic as possible, but there has to be something hardcoded to make it work at least any new dependencies should be optional. Also please add instructions to the Usage section of the readme.