sjdemartini / mui-tiptap

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

Remove recommended extensions hook, and trim down peer dependencies #54

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

Fixes #51

Folks should use whatever extensions they want, directly, so the useRecomendedExtensions hook is more appropriate for the local dev demo testing than as a published hook. This allows us to remove many peer dependencies on Tiptap extensions as well, since they'll no longer be imported directly by any project code.