Skip to content

mususho/Markdown-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Editor (Electron + CodeMirror 6 + markdown-it)

Cross-platform Markdown desktop editor with live preview, resizable split view, theme toggle, and file/export operations.

Requirements

  • Node.js 20+
  • npm 9+

Run in development

npm run dev

Build distributables

npm run dist

Features

  • Syntax-highlighted Markdown editing via CodeMirror 6
  • Shortcuts: bold (Ctrl/Cmd+B), italic (Ctrl/Cmd+I), find/replace (Ctrl/Cmd+F/H)
  • Live preview using markdown-it and highlight.js
  • Resizable split view
  • New/Open/Save/Save As
  • Theme toggle (light/dark)
  • Drag & drop images (inserts Markdown link)
  • Export HTML (renderer) and PDF (print dialog) "# Markdown-Editor"