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

Support more markdown actions

Open jvorcak opened this issue 7 years ago • 0 comments

Backend for this is ready so it's very easy to add basic markdown actions that wraps text.

  • [ ] Insert code ``
  • [ ] Underline

The way to do this is to add more methods like this and insert SVG icons to icons folder https://github.com/webscopeio/react-markdown-editor/blob/master/src/Toolbar.js#L53 https://github.com/webscopeio/react-markdown-editor/blob/master/src/Toolbar.js#L6

jvorcak avatar May 13 '18 18:05 jvorcak