Implementing Headings feature in RichEditor
I'm moving an application from filament 3 to 4 and i noticed that the RichEditor does not support heading tags other than h1,h2,h3 out of the box unlike the tiptap plugin.
I'm unclear on how to re implement this feature in RichEditor.
Solution:Jump to solution
Nvm apparently i just had to register it as a plugin, it's not as neat as tiptap plugin but it works.
1 Reply
Solution
Nvm apparently i just had to register it as a plugin, it's not as neat as tiptap plugin but it works.