react-md-editor icon indicating copy to clipboard operation
react-md-editor copied to clipboard

A simple markdown editor with preview, implemented with React.js and TypeScript.

Results 194 react-md-editor issues
Sort by recently updated
recently updated
newest added

添加标题时,预览会出现链接,可以屏蔽吗 ![image](https://github.com/uiwjs/react-md-editor/assets/24667299/9ddc5162-648b-40e4-95bd-13de13ee126f) ![image](https://github.com/uiwjs/react-md-editor/assets/24667299/6799893f-9c02-4ee2-a41a-2fe1993fe00c) ![image](https://github.com/uiwjs/react-md-editor/assets/24667299/1aa4b74e-149a-4489-915e-a4161ba4010e)

when my modals overflow-y is scroll, md editor not showing blinking cursor in focus but still able to type when overflow is none cursor is there ![Untitled](https://github.com/uiwjs/react-md-editor/assets/25971010/70c96d2d-9813-4d81-a32e-eaabfa202ec5) when overflow is...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mermaid](https://togithub.com/mermaid-js/mermaid) | [`~10.6.1` -> `~10.9.0`](https://renovatebot.com/diffs/npm/mermaid/10.6.1/10.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mermaid/10.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://redirect.github.com/typicode/husky) | [`~8.0.0` -> `~9.1.0`](https://renovatebot.com/diffs/npm/husky/8.0.3/9.1.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/husky/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

When there is a lot of content, the editor will become stuck, which should be caused by textarea performance. For example, there is the following scenario! [image] (base64). The image...

I'm using `4.0.3` version The cursor is broken when I push (opt + `) and (opt + Enter) in a row. ![image](https://github.com/uiwjs/react-md-editor/assets/129271363/65b6aa3b-e62b-4cc5-8092-62f96728f362)

Is there a way to create a toolbar outside of the editor? All examples that I can find are customizing the existing toolbar.

**First of all, thank you very much for your excellent work.** ## Prepare your server 2 routes : - Updload image /upload/new (formdata with the attribut "image" is used in...

I'm developing app with Next.js and want to make font size inside markdown editor bigger. I added styles to `globals.css` ``` .w-md-editor-text-pre > code, .w-md-editor-text-input { font-size: 2rem !important; line-height:...

Hello my dear friend . thanks for answering all of questions . u are amazing there is a problem that when i click on B(bold button) . it is not...