nuxt-modules / mdc

MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.
MIT License
165 stars 18 forks source link

Is there a WYSIWYG editor supporting this? #229

Open dword-design opened 2 weeks ago

dword-design commented 2 weeks ago

Hi, I really like the idea of having components inside markdown. Especially because they follow the Vue component lifecycle, they have local state and I can do API requests and stuff.

I was asking myself if there is any WYSIWYG markdown editor out there that could work together with mdc. I did research but couldn't find a way to integrate it. Any suggestions?

zanfee commented 2 weeks ago

Have you tried https://nuxt.studio/? It has a live preview integrated and knows about your component's props.

dword-design commented 1 week ago

@zanfee Is it possible to have this editor for the end user right in the app? I have an app where there is markdown content in the DB that I want to edit without the need to write actual markdown.

zanfee commented 1 week ago

Not yet but I heard about this feature on their Discord a while ago, so it might be planned for the future.