https://github.com/shakogegia/markdown-editor
React Native markdown editor
https://github.com/shakogegia/markdown-editor
Last synced: 10 months ago
JSON representation
React Native markdown editor
- Host: GitHub
- URL: https://github.com/shakogegia/markdown-editor
- Owner: shakogegia
- License: mit
- Created: 2019-10-03T08:03:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T00:46:31.000Z (about 3 years ago)
- Last Synced: 2025-05-01T02:02:03.471Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.8 MB
- Stars: 174
- Watchers: 17
- Forks: 24
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - markdown-editor - io | 86 | (JavaScript)
README
# React Native WYSIWYG
Rich text editor for React Native
Supports Draft.js and Markdown

### To Do
- [x] Convert from Draft.js contentState
- [x] Convert to Draft.js contentState
- [ ] Convert from Markdown
- [x] Convert to Markdown
- [x] Bold
- [x] Italic
- [x] Underline
- [x] Strikethrough
- [x] Move line up & down
- [x] Bullets (Unordered List)
- [x] Numbered List (Ordered List)
- [x] Blockquote
- [x] Heading 1
- [x] Heading 2
- [x] Heading 3
- [ ] Font colors
- [ ] Tables
- [ ] Insert images
- [ ] Intends