HarryChen0506 / react-markdown-editor-lite

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

Home Page:https://harrychen0506.github.io/react-markdown-editor-lite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Modifying Toolbar Button's function

edward1127 opened this issue · comments

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

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

你可以参考下,我这个思路,先把想替换的插件去除,然后把你自定义的插件注册并放到合适位置。#299

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

你可以参考下,我这个思路,先把想替换的插件去除,然后把你自定义的插件注册并放到合适位置。#299

謝謝!