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

What's the difference with react-md-editor? #215

Open
RukshanJS opened this issue Jan 15, 2024 · 3 comments
Open

What's the difference with react-md-editor? #215

RukshanJS opened this issue Jan 15, 2024 · 3 comments

Comments

@RukshanJS
Copy link

RukshanJS commented Jan 15, 2024

Found this, #38 but what does it mean? Can someone please explain.

@RukshanJS RukshanJS changed the title What What's the difference with react-md-editor? Jan 15, 2024
@jaywcjlove
Copy link
Member

@RukshanJS

react-md-editor

The editor part of react-md-editor uses textarea + code highlight overlap to achieve the editor effect.

It doesn't have bad loading, long text loading, which would be a performance issue if the editor had code highlighting.

So it is provided with the code highlighting function @uiw/react-md-editor/nohighlight and highlightEnable props

react-markdown-editor

The react-markdown-editor editor uses Codemirror which can load long text.

The code previews are the same, there is no difference

@jaywcjlove
Copy link
Member

@RukshanJS react-md-editor became popular first and was developed early, so its functions will be more flexible.

@SydneyTechnologies
Copy link

SydneyTechnologies commented Jan 24, 2024

Is it possible to stop the wrapping overflow in react-markdown-editor. I want a situation where if we have gotten to the width of the container it wraps. Like how react-md-editor functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants