https://github.com/jglchen/react-native-md-editor
This is a react native(mobile) version of React Markdown Editor, a Markdown editor app with React.js built to facilitate editing Markdown documents.
https://github.com/jglchen/react-native-md-editor
editor javascript markdown react react-native
Last synced: 2 months ago
JSON representation
This is a react native(mobile) version of React Markdown Editor, a Markdown editor app with React.js built to facilitate editing Markdown documents.
- Host: GitHub
- URL: https://github.com/jglchen/react-native-md-editor
- Owner: jglchen
- Created: 2022-12-27T10:46:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T09:42:29.000Z (about 3 years ago)
- Last Synced: 2025-05-29T09:02:20.391Z (about 1 year ago)
- Topics: editor, javascript, markdown, react, react-native
- Language: TypeScript
- Homepage: https://jglchen.github.io/react-native-md-editor/
- Size: 671 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Markdown Editor
This is a react native(mobile) version of [React Markdown Editor](https://jglchen.github.io/react-md-editor), a Markdown editor app with **React.js** built to facilitate editing Markdown documents.
Markdown is not a syntax that an average user will be familiar with, nor is it visually clear while editing. In otherwords, for an unfamiliar user, the syntax they write will make little sense until they view the result. This app has been designed to bridge this gap for non-technical users who are less familiar with or just learning Markdown syntax.
**iOS** and **Android** mobile apps are developed with **React Native**, anyone who is interested can test the apps through the [Expo Publish Link](https://expo.dev/@jglchen/md-editor) with [Expo Go](https://expo.dev/client) app.
### [React Native Expo Publish](https://expo.dev/@jglchen/md-editor)
### [React Native GitHub](https://github.com/jglchen/react-native-md-editor)
### [View the Web Demo](https://react-md-editor-rho.vercel.app)
### [React GitHub](https://github.com/jglchen/react-md-editor)
### Docker: docker run -p 3000:3000 jglchen/react-md-editor