Im working on creating a text editor module that works seamlessly with Sanity along the lines of the React component that already exists. The aim of this is to create something that can be plug and play for a simple text only input, but extendable to include inline components such as images or custom components.
A working prototype can be found here. It is built on tiptap which to me seems like the best choice, as it already has good support.
The question is what the community would want to see in this and how far it should go. Any feedback is greatly appreciated.
Im working on creating a text editor module that works seamlessly with Sanity along the lines of the React component that already exists. The aim of this is to create something that can be plug and play for a simple text only input, but extendable to include inline components such as images or custom components.
A working prototype can be found here. It is built on tiptap which to me seems like the best choice, as it already has good support.
The question is what the community would want to see in this and how far it should go. Any feedback is greatly appreciated.