/yt-markdown-editor

Markdown Editor made with React, Vite and Codemirror

Primary LanguageJavaScript

Markdown Editor

Install

yarn install

Run:

yarn dev

Project structure

MARKDOWN_EDITOR
│   # Static files
├── public/
│   # Base
├── src/
    |   # React component files
    ├── components/
    |   # Codemirror functionality
    ├── hooks/
    |   # Aplication
    ├── App.jsx
|   # Main HTML
├── index.html

Stack

  • Vite: It's a build tool that aims to provide a faster and leaner development experience for modern web projects.
  • React: A JavaScript library for building user interfaces
  • Codemirror: Code editor component for the web
  • Unified: Compiles content to syntax trees and syntax trees to content.
  • Remark: Markdown processor powered by plugins.

Project example

Markdown Web Editor => MarkWriter


License

MIT Licence