konstantinmuenster / strapi-plugin-rich-text

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

feat: #6 adding Alert extension to the editor #14

Closed SalahAdDin closed 3 months ago

SalahAdDin commented 4 months ago

What does it do?

It adds an alert extension to the editor.

The alerts can be one out of four options and their type can be set after creating the alert from the alert toolbar.

Why is it needed?

Some content editors would want to highlight content and alerts will be a good way to do that.

How to test it?

Write your content, go to the block selector and choose alert, click on the alert type you want from the alert toolbar. Screencast_20240723_213251.webm

Notes

It requires merging the following the PR above. Based on the EdifficeUI Tiptap abbreviation extension.