hunghg255 / reactjs-tiptap-editor

A modern WYSIWYG rich text editor based on tiptap and shadcn ui for Reactjs
https://reactjs-tiptap-editor.vercel.app/
MIT License
203 stars 37 forks source link

[Feat] Inline content #79

Closed TungNguyen-C4U closed 4 weeks ago

TungNguyen-C4U commented 1 month ago

This feature will help us to use the inline palette to add images, links, math & TeX, and more.

The inline palette let’s you quickly add extra content to your text block without create new line (currently we cannot add KaTex formula or image in the same line but rather it return to new line). Simply hit / on any text block to open the inline palette.

hunghg255 commented 1 month ago