# muya
**Repository Path**: Jackyong/muya
## Basic Information
- **Project Name**: muya
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-01-20
- **Last Updated**: 2022-01-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

**Muya** originated from [MarkText](https://github.com/marktext/marktext), which was originally used in the MarkText and provides Markdown editing support for MarkText. Today, Muya is available as a stand-alone library that provides an efficient Markdown editing experience for many web browser applications.
:a: Muya is still under development and should not be used for production.
## Installing
Still in development process, and can not install by npm.
## Usage
```javascript
import Muya from 'muya'
const container = document.querySelector('#editor')
const muya = new Muya(container)
```
## Documents
Coming soon!!!
## Development
[commit-msg-guideline](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines)
```sh
# step1: install dependences
yarn
# step2: run the development codes
yarn dev
```
## Build
```sh
yarn build
```
## FAQ
❓ **What is the relationship between MarkText and Muya?**
Muya is derived from MarkText. Our team believes that Muya should not be limited to desktop applications. It should also run in a web browser, so we have done some compatibility with browsers and Electron applications, so that Muya can leave Electron Apps and can run into different browser environments.
❓**What is the relationship between MarkText's version and the Muya's version?**
None!
## Built with muya
- [MarkText](https://github.com/marktext/marktext) - Next generation markdown editor, running on platforms of MacOS Windows and Linux.
## License
MIT © [Jocs](https://github.com/Jocs)