A minimum implementation of in-browser markdown editor using React.js and Codemirror 6.
See demo: https://0xsuk.github.io/byome
Read tutorial: https://0xsuk.com/posts/2022-03-25-build-your-own-markdown-editor-with-react.js-and-codemirror-6
Features
- vertical split style preview
- support scroll sync
- highlight heading
git clone git@github:0xsuk/byome.git
cd byome
npm i
Run
npm start