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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/uiwjs/react-md-editor). ## Config Migration Needed - [ ]...

Due to the display flex added in [this pr](https://github.com/uiwjs/react-md-editor/commit/aba69a33109c946392781521224a35a13252f696) the horizontal lines shrink and then disappear if the container has too much text. Repro: https://codesandbox.io/s/markdown-editor-for-react-forked-2qq959?file=/index.js Expand the container to have...

Hey all, This is a great library, thanks for contributing! I have a quick question hoping someone could help me: I would like to automatically update the styling for any...

When submitting a form that contains a `react-md-editor`, it would be beneficial to be able to disable the entire component using a `disabled` prop. E.g ```jsx ```

allowing users to @ mention would be a helpful feature

Hi @jaywcjlove, Can we please add support for using a custom component for the toolbar buttons? I'm trying to add Material UI styling. With MUI 5, you cannot generate a...

How can I save full html layout with all tags ( , , , , etc) using React? Because by default value of Markdown is **String**. In JS we have...

Can i use this component for: 1) Create elements/comments on page (I need multiple elements, like comment section) 2) Edit them after they was created (button edit - click -...

如题,在任何有大段文本的情况下长按`backspace`键删除本文,都会引起渲染错误,并且编辑框中的文本也不会被正常删除。 ` Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies...

While using `code` snippet syntax in editor and trying to edit extension text beside `"```"` I'm getting following error: ``` Cannot read properties of null (reading 'children') ./node_modules/rehype-prism-plus/dist/rehype-prism-plus.es.js:1 > 1...