Muya originated from 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.
yarn add @marktext/muya
import Muya from '@marktext/muya'
const container = document.querySelector('#editor')
const muya = new Muya(container)
muya.init();
Coming soon!!!
# step1: install dependencies
yarn
# step2: run the development codes
yarn dev
yarn build
# update version numbers
npm run pub
โ 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!
-
MarkText - Next generation markdown editor, running on platforms of MacOS Windows and Linux.
-
MindBox - A note-taking app that perfectly supports markdown syntax.
MIT ยฉ Jocs