I am looking for someone to write me an open-source, block-based WYSIWYG editor based on React components which outputs JSX. Think Colonel Kurtz, Sir Trevor JS etc, Editor JS doesn't support nesting.
Ideally the editor will be a React app. Output will be:
This is text, with
inline components.
Nesting is possible.
You get the idea. All editors represent this structure in some weird hybrid of JSON and HTML at the moment.For editing, Custom elements are simple React Components that provide the UI.
For output, the content is just parsed as XML and rendered. I can provide a more detailed spec.
I've reviewed the majority of WYSYWYG editors out there and made starts on coding this but I just don't have the JS chops to pull it off.
alex@howacarworks.com