sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
320 stars 44 forks source link

Add TextAlign menu buttons, and make HeadingWithAnchor support TextAlign #69

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

As requested in https://github.com/sjdemartini/mui-tiptap/issues/52

Screenshot 2023-06-27 at 12 32 07 PM

I am separately working on a Select dropdown version of the TextAlign menu options (rather than individual buttons for each one), which can help conserve menu bar space, like what Google Docs does. I will roll that out later.