Open SalahAdDin opened 4 months ago
It adds an Abbreviation extension to the editor.
Following the ARIA-label.
Select the text in which you want to add the Abbreviation, give a title, and insert the abbreviation.
It requires merging the following PR first: https://github.com/konstantinmuenster/strapi-plugin-rich-text/pull/7 Based on the EdifficeUI Tiptap abbreviation extension. Same as here, I don't understand why formatMessage does not translate messages with variables properly.
formatMessage
What does it do?
It adds an Abbreviation extension to the editor.
Why is it needed?
Following the ARIA-label.
How to test it?
Select the text in which you want to add the Abbreviation, give a title, and insert the abbreviation.
Notes
It requires merging the following PR first: https://github.com/konstantinmuenster/strapi-plugin-rich-text/pull/7 Based on the EdifficeUI Tiptap abbreviation extension. Same as here, I don't understand why
formatMessage
does not translate messages with variables properly.