A while ago, I remember someone created what looked like a very interesting Umbraco property editor, that created a very neat experience for content editors, not dissimilar to the built in block editor, but provided a very intuitive interface (rather than lots of side panels) that provided some out of box support for things like titles, lists, paragraphs, etc. I seem to remember those components where JSON first in terms of output, rather than say using a RTE that spits out HTML.
I think it might have been one of the Bristol lot, but struggling to find it!
It’s something I’d love to give a spin on a project we’ve got coming up.
Bingo! That’s the one, behind the scenes it uses: https://editorjs.io/ which has a pretty decent eco-system of extensions. H5YR to the Gibe team, I’ll have a play around in due course!
My thinking at the moment, is it seems sensible to deliver a bunch of JSON to a React App, rather than parsing HTML (or markdown) which we do a lot. Thanks again!