Markdown does support some HTML, and I can manually create the HTML in the markdown file, but I cannot create a CMS widget that supports HTML only, without Markdown.
Any ideas on how this might be done?
Markdown does support some HTML, and I can manually create the HTML in the markdown file, but I cannot create a CMS widget that supports HTML only, without Markdown.
Any ideas on how this might be done?
There’s a pretty awesome guide on how to make advanced widgets here: Extending Netlify CMS, Part One: Custom Widgets
Make sure to check the docs as well: Creating Custom Widgets | Netlify CMS | Open-Source Content Management System
I think the the easiest way would be to take advantage of the existing markdown editor, and extend it with custom editor components. That way you don’t have to recreate all the stuff markdown already supports. You can find more information about editor components here: Creating Custom Widgets | Netlify CMS | Open-Source Content Management System
Did anyone attempt to do this? I’d be surprised if there wasn’t an open source one someone already wrote, please share here I failed to find one