⬇ Download Zeditor

Choose your preferred distribution method. All versions are free, MIT licensed.

📦

ZIP Package

Ready-to-use built files. Upload to any web server including Hostinger.

⬇ Download v1.0.6
📋

CDN Link

No download needed. Add one script tag and you're live.

View CDN Snippet
📦

NPM Package

Install via NPM for use with React, Vue, or any bundler.

View on NPM ↗

ZIP Contents

📁 zeditor-v1.0.6/
📄 zeditor.js — Full build (CDN-ready, IIFE format)
📄 zeditor.min.js — Minified version (recommended for production)
📄 zeditor.es.js — ES Module format (for bundlers)
📄 zeditor.css — Editor styles
📄 zeditor.min.css — Minified styles
📄 README.md — Quick start guide
📄 LICENSE — MIT License
📄 example.html — Working example page

How to Use on Hostinger / Any Server

1. Extract zeditor-v1.0.6.zip 2. Upload the folder to your server (e.g., public_html/zeditor/) 3. Link the files in your HTML: <link rel="stylesheet" href="/zeditor/zeditor.min.css"> <script src="/zeditor/zeditor.min.js"></script> <div id="editor"></div> <script> const editor = new Zeditor('#editor', { height: 450 }); </script>

Changelog

v1.0.6 — Bug Fix Release

July 2025
  • Fixed: Next.js / React StrictMode double-init bug — File menu opening on click
  • Fixed: Editor now auto-destroys previous instance when re-initialized on same element
  • Fixed: destroy() now properly cleans up all internal references
  • Improved: Live demo now loads from CDN for faster delivery

v1.0.4 — UI & Selection Fixes

June 2025
  • Fixed: Color picker losing text selection before applying color
  • Fixed: Selection highlight now visible while changing colors/formatting
  • Fixed: HTML source view now displays properly with line breaks
  • Added: Drag-to-resize editor height handle
  • Added: Font size number input field in toolbar
  • Added: Math equations dialog with Greek letters, calculus, matrices
  • Added: Status bar branding — Powered by Zeditor / Developed by ZeSyn.com
  • Fixed: Emoji picker and special characters now visible in all themes
  • Fixed: Import/Export toolbar icons updated for clarity

v1.0.0 — Initial Release

May 2025
  • Full rich text editor with 30+ toolbar buttons
  • Advanced Tables with right-click context menu
  • Track Changes (accept/reject edits)
  • Inline Comments with resolve support
  • Find & Replace with match highlighting
  • Slash Commands (/ menu)
  • Emoji Picker with 600+ emoji and search
  • Media Embed (YouTube, Vimeo, and more)
  • Word Import (.docx) — client-side
  • Word Export (.docx) — client-side
  • HTML Export
  • Dark Mode
  • Fullscreen Mode
  • HTML Source View
  • PowerPaste — clean paste from Word/Google Docs
  • Real-time Word Count & Document Stats
  • CDN, NPM, and ZIP distribution
  • MIT Licensed