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.
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.