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

Hello. I'd like to render emojies, For example, `:cry:` → 😢 How to achive this? This is current status. ![Image](https://github.com/user-attachments/assets/c8d9e058-90aa-4a44-8aea-86e32d98140a)

I am trying to have the MDEditor inside a flex box to fill the available height with no luck, anyone done this? To verify my setup I've tested a TextField...

when trying to change the font of the md editor, style conflicts occurs and messes up the cursor position this issue has reproduced (#601 ).

Please see the code below and associated render: ```js const MDEditorField = (props) => { const { formData, schema, onChange, ...propsRest } = props; const theme = useTheme(); return (...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20` -> `^22.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.6/22.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

When a table is rendered like this: | Name | CommentCommentCommentComment | |:-------|:------------------------------------------------------------------------| | Alice | Always involved in various communications | | Bob | A good guy, who likes...

Related to #664 Add editable preview mode to the Markdown editor. * **New Command**: Add `editablePreview` command in `core/src/commands/preview.tsx` to allow editing in preview mode. * **TextArea Component**: Update `core/src/components/TextArea/index.tsx`...

Related to #662 Refactor `Markdown` component to support asynchronous plugins. * **Markdown Component (`core/src/components/TextArea/Markdown.tsx`)** - Import `useState` from React. - Add `mdStr` state to manage the processed markdown string. -...

Hi guys, Maybe I misread the documentation, but is it possible to set the preview mode into edit, but not show the preview in a separate window? As I edit,...