Skip to content

axshb/slate-markdown

Repository files navigation

Slate Markdown Editor

Project Overview

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.

Showcase

Slate Demo Note: some elements look slightly different with the major upgrade to CodeMirror 6. A new image is on its way.

For Developers

  1. git clone https://github.com/archiebhl/slate-markdown.git
  2. cd slate-markdown
  3. pnpm install
  4. pnpm run compile
  5. Run with your method of choice. On VS Code, Press F5 and run the extension for testing.