This is a highly customized, lightweight Markdown editor built on CodeMirror 6.
The core philosophy of this project is to achieve a seamless markdown editing experience close to WYSIWYG in VS Code, without the clunkiness of many full-fledged editors. The project is heavily inspired by the likes of Typora and Obsidian.md. In an effort to make markdown editing seamless, the end result is something resembling a mix between EasyMDE and Obsidian.md's live preview mode.
Note: some elements look slightly different with the major upgrade to CodeMirror 6. A new image is on its way.
git clone https://github.com/archiebhl/slate-markdown.gitcd slate-markdownpnpm installpnpm run compile- Run with your method of choice. On VS Code, Press
F5and run the extension for testing.