Download Latest Version v1.0.0 -- Initial Release source code.tar.gz (309.9 kB)
Email in envelope

Get an email when there's a new version of Neiki's Markdown Editor

Home / v1.0.0
Name Modified Size InfoDownloads / 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 .md file 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
Source: README.md, updated 2026-05-01