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

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

Results 40 react-markdown-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-markdown-editor). ## Config Migration Needed - [ ]...

Hi I am using this great library and may I ask if we can have an image command that allows uploading image from local? Suppose we have a server that...

I've set `data-color-mode="dark"` on the root `` but the editor is still in light mode. Looking through the source css I don't see any references to the `data-color-mode`. How is...

When I implement the basic example in a newly created react app, it creates two separate text fields inside the editor. This is really weird. It looks like this: Toolbar...

when i using react18 and using this as a component const Editorx = ({ file }) => { setContent(value)}> } than it give me a error Uncaught TypeError: Cannot read...

no matter window get larger or smaller, the height reduced always. browser: chrome (I tried on safari and firefox as well, same issue) https://user-images.githubusercontent.com/6702159/158762386-b0e5f3c7-302a-4afc-8bb8-b8d9c1d79bd3.mov

How can I get content normally ? I mean without for example **'s, ##'s ...

Hi, can you take a look at this example? https://codesandbox.io/s/tender-dew-fwwcf?file=/src/App.js Here all values added from start. I think it's from the wrong position of cursor after input anything.

I am currently wrapping for use in an internal project The wrapper is very simple (in its early stages) and shown below ```typescript const MarkdownTextarea: FunctionComponent = ({ invalid, ...props...

- 编辑器、预览视图同步滚动 - 隐藏编辑器(全窗口预览) - 顶部工具栏 插入表格 、插入表情、上传图片(剪切板图片上传)、上传文件 - 快捷键支持 - 更多自定扩展