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

[Question] Modifying Toolbar Button's function

Open edward1127 opened this issue 2 years ago • 2 comments

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

edward1127 avatar Nov 07 '23 02:11 edward1127

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

你可以参考下,我这个思路,先把想替换的插件去除,然后把你自定义的插件注册并放到合适位置。https://github.com/HarryChen0506/react-markdown-editor-lite/issues/299

jianhao avatar Nov 08 '23 08:11 jianhao

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

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

謝謝!

edward1127 avatar Nov 08 '23 08:11 edward1127