Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more markdown actions #11

Open
2 tasks
jvorcak opened this issue May 13, 2018 · 0 comments
Open
2 tasks

Support more markdown actions #11

jvorcak opened this issue May 13, 2018 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jvorcak
Copy link
Member

jvorcak commented May 13, 2018

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 jvorcak added the good first issue Good for newcomers label May 13, 2018
@jvorcak jvorcak added this to To do in 1.1 via automation May 13, 2018
@jvorcak jvorcak removed this from To do in 1.1 May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant