Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 690 Bytes

Bare MDE 🐻

Bare markdown editor, based on CodeJar. It's a Preact component, bundled* as umd module. I've made it initially for my pet projects.

Probably, not the embedable markdown editor you're looking for.

  • As minimal, as possible (about 50Kb when built)
  • Browser native spellcheck
  • Fully isolated preview panel, pixel-perfect preview possible
  • Split preview, full width preview
  • Sync preview scroll (more or less accurate)
  • Basic formatting buttons
  • Fullscreen mode
  • Passed by upper-level component:
    • Preview render function
    • Save function
    • External preview function

screenshot

📝 License: LGPL 3.0

* without Preact