| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-01 | 1.3 kB | |
| v1.0.0 -- Initial Release source code.tar.gz | 2026-05-01 | 309.9 kB | |
| v1.0.0 -- Initial Release source code.zip | 2026-05-01 | 311.9 kB | |
| Totals: 3 Items | 623.1 kB | 3 | |
🚀 v1.0.0 — Initial Release
The first release of Neiki's Markdown Editor — a live, browser-based Markdown editor with real-time GitHub-styled preview.
✨ Features
- Live Markdown editor with real-time GitHub-styled preview
- GitHub Flavored Markdown support (tables, task lists, strikethrough)
- Syntax highlighting for code blocks via Highlight.js
- Dark / Light mode toggle with localStorage persistence
- Toolbar for quick Markdown insertion (headings, bold, italic, code, links, images, tables, etc.)
- Keyboard shortcuts:
Ctrl+B(bold),Ctrl+I(italic),Ctrl+K(link),Ctrl+E(inline code) - Tab key support inside the editor
- Export document as
.mdfile with auto-generated filename - Resizable split panes with drag divider
- Mobile-responsive layout with editor / preview tab switcher
- XSS protection via DOMPurify sanitization
- Starter Markdown content on first load
🛠️ Tech Stack
- markdown-it — Markdown parsing
- Highlight.js — Syntax highlighting
- github-markdown-css — GitHub-styled preview
- DOMPurify — HTML sanitization
đź“‹ Info
- No build step — just open index.html
- All dependencies loaded from CDN
- MIT License