konstantinmuenster / strapi-plugin-rich-text

A WYSIWYG editor for your rich text fields
MIT License
9 stars 3 forks source link

feat: #3 extension abbr #11

Open SalahAdDin opened 4 months ago

SalahAdDin commented 4 months ago

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. image

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.