Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] MDX support. #921

Open
Saul-Mirone opened this issue Mar 7, 2023 · 1 comment
Open

[RFC] MDX support. #921

Saul-Mirone opened this issue Mar 7, 2023 · 1 comment
Labels
planned This issue is being planned in iteration

Comments

@Saul-Mirone
Copy link
Member

Saul-Mirone commented Mar 7, 2023

Motivation

MDX is widely used now and it can help us to leverage awesome components built by different frameworks.

API

import { Counter, Image } from 'your-awesome-component'

Editor.make()
  .config((ctx) => {
    ctx.set(mdxMap, {
      counter: Counter,
      image: Image
    })
  })
  .use(mdx)
  .create();

WIP...

@Saul-Mirone Saul-Mirone added the planned This issue is being planned in iteration label Mar 7, 2023
@kesuskim
Copy link

hello :) what is current progress of this issue? I want to contribute here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planned This issue is being planned in iteration
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants