All Projects → marktext → Muya

marktext / Muya

Future markdown editor for web browser applications development

Programming Languages

javascript
184084 projects - #8 most used programming language

muya

Muya originated from Mark Text, which was originally used in the Mark Text and provides Markdown editing support for Mark Text. Today, Muya is available as a stand-alone library that provides an efficient Markdown editing experience for many web browser applications.

🅰️ Muya is still under development and should not be used for production.

Installing

Still in development process, and can not install by npm.

Usage

import Muya from 'muya'

const container = document.querySelector('#editor')
const muya = new Muya(container)

Documents

Coming soon!!!

Development

commit-msg-guideline

# step1: install dependences
yarn
# step2: run the development codes
yarn dev

Build

yarn build

FAQ

What is the relationship between Mark Text and Muya?

Muya is derived from Mark Text. 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 Mark Text's version and the Muya's version?

None!

Built with muya

  • Mark Text - Next generation markdown editor, running on platforms of MacOS Windows and Linux.

License

MIT © Jocs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].