justmeplease β created an issue.
There appears to be an issue with patches #7 and #11 where they add additional lock messages when editing published content.
When using the paragraph system, clicking edit makes a POST call to Drupal which triggers the form alter logic. This means large content pieces can have many lock messages appear which can be very distracting. I have added an image demonstrating this.
It is possible to prevent these messages by first checking how the form alter request is being made. If it's a POST request, then it's likely a paragraph being edited and no message needs to be displayed. However, if it's a GET request, then the user is likely navigating to the page from either the content preview or the content listing page and the message should be displayed.
justmeplease β created an issue.
#15 β¨ Add support for CKEditor5 Needs work I have created a fork of the project which adds a ckeditor5 plugin for tooltips. However, I don't need the ability to insert block so have not included that. At the moment you will be able to select text and insert a tooltip the same way you would a url.
This is based of the tutorial linked at #15 β¨ Add support for CKEditor5 Needs work as well as the 'link url' plugin already in ckeditor 5.
justmeplease β made their first commit to this issueβs fork.