⬇ 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.4
📋

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.4/
📄 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.4.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.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