delucis / astro-netlify-cms

Integration to add Netlify CMS’s admin dashboard to any Astro project
161 stars 21 forks source link

How to integrate netlify-cms-widget-mdx #19

Closed jethar closed 1 year ago

jethar commented 1 year ago

This is a very useful starter. One thing which I am not able to figure out is how to integrate netlify-cms-widget-mdx

Being able to support mdx widget (in place of markdown) would be very useful.

Basically where and how to add the following lines:

import { MdxControl, MdxPreview } from 'netlify-cms-widget-mdx';

CMS.registerWidget('mdx', MdxControl, MdxPreview);
delucis commented 1 year ago

Hi @jethar! This isn’t currently supported although I would like to. I’m already tracking this feature in #9 if you want to subscribe for updates.

I’ll close this as a duplicate and we can continue discussion on the existing issue.