react-markdown-editor
react-markdown-editor copied to clipboard
Github-like markdown editor with emoji support
React 17
Hey, I would love to try this editor if you could bump react support to v17.
Hello,when I try to modify the textarea'style by defining 'classes', the way didn't work. Then I found `className={styles.textarea}` ,not by `className={classes.textarea}`. 
Use https://github.com/webscopeio/react-textarea-autocomplete/releases/tag/v2.2.2 and refactor code with help of `innerRef`
Create first documentation draft: - [x] Gif video - [x] Provide demo - [x] Driving philosophy - [x] Thank you section / reference tools we're using -> webscopeio/react-textarea-autocomplete, etc... -...
We could use CircleCI workflows to automate deployment to Firebase. Also, we can create CRA project, where CI script will auto-update this plugin and deploy it to Firebase.
Backend for this is ready so it's very easy to add basic markdown actions that wraps text. - [ ] Insert code `` - [ ] Underline The way to...