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

a light-weight Markdown editor based on React. 一款轻量的基于React的markdown编辑器

Results 59 react-markdown-editor-lite issues
Sort by recently updated
recently updated
newest added

## OS and browser Windows 10, Chrome 84.0; Android Chrome ## Description If your editor contents (in md-mode) are long enough for a scroll-bar / overflow-y, then updating the content...

bug

Hi, thank you for the awesome library. I am using it in one of my projects and wanted to know if there is any plan to add dark theme support?

Hi, great library and thanks for the support. Would it be possible to allow a prop to render the default view? The use case I have is that I want...

Hello, I hope this will remove the conflict when I try to use the editor with React 18. Thank you!

我尝试过在图片处理函数中返回空,但是编辑器会默认填充图片相关的md格式内容,如何彻底的禁用图片上传的功能呢 原始需求:我想图片上传之后只展示链接,不展示md格式的图片,但是我发现好像没有callback可以实现这个功能

question

只想默认展示预览 ![image](https://github.com/HarryChen0506/react-markdown-editor-lite/assets/31272499/013226e1-c923-444a-91ee-84bb19e2b2b9)

question

希望菜单栏中的按钮功能实现为配置的

enhancement

## 功能描述 可以支持自定义插件或者内置插件的位置自定义么? 例如:比如我新增了一个上传文件插件,希望放到图片上传后边,目前只可以选择左右,不能具体选择位置。 ### 建议思路 比如暴露一个方法,可以在初始化之前,对插件位置排序。 ### 目前 hack 解决方式 ```ts import React from "react"; import Editor from "react-markdown-editor-lite"; import ReactMarkdown from "react-markdown"; import "react-markdown-editor-lite/lib/index.css"; import FilePlugin from "./plugins/FilePlugin";...

enhancement

How do you modify the editor tool bar's function? say I want to modify Italic's symbol from ++{content}++ to something else?

question