Skip to content

neikiri/neiki-markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

neiki-markdown-editor

Neiki's Markdown Editor

HTML5 CSS JavaScript
License Version

Live Markdown Editor & Viewer
Write Markdown on the left, see a beautiful GitHub-styled preview on the right — instantly in the browser.

Download Neiki's Markdown Editor



Live version: https://neikiri.dev/markdown-editor


✨ Features

  • Real-time preview — Markdown renders instantly as you type
  • GitHub Flavored Markdown — tables, task lists, strikethrough and more
  • Syntax highlighting — code blocks with language-aware highlighting via Highlight.js
  • Dark / Light mode — toggle between themes with a single click, preference is saved
  • Toolbar — quick-insert buttons for headings, bold, italic, code, links, images, tables and more
  • Keyboard shortcutsCtrl+B (bold), Ctrl+I (italic), Ctrl+K (link), Ctrl+E (inline code)
  • Export — download your document as a .md file
  • Resizable split panes — drag the divider to adjust editor / preview ratio
  • Mobile-friendly — tab switcher for editor and preview on small screens
  • XSS-safe — all output is sanitized with DOMPurify

🚀 Getting Started

No build step required. Simply open index.html in your browser.

git clone https://github.com/neikiri/neiki-markdown-editor.git
cd neiki-markdown-editor
open index.html

All dependencies are loaded from CDN — no npm install needed.


🛠️ Tech Stack

Technology Purpose
markdown-it Markdown parsing
Highlight.js Syntax highlighting
github-markdown-css GitHub-styled preview
DOMPurify HTML sanitization

📄 License

This project is licensed under the MIT License — see the LICENSE file for details.


👨‍💻 Author

neikiri GitHub: https://github.com/neikiri


📬 Contact

📧 Email: neikiri@neikiri.dev