<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/neiki-editor/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 09 Jun 2026 07:56:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/neiki-editor/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by neikiri</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -35,7 +35,7 @@
 Welcome to the official **Neiki's Editor** documentation. This wiki covers everything from a 2-minute quick start to advanced plugin development, full API reference, and framework integrations.

 &amp;gt; [!TIP]
-&amp;gt; **New here?** Jump straight to [🚀 Getting Started](Getting-Started) — you'll have a working editor on your page in under 2 minutes.
+&amp;gt; **New here?** Jump straight to 🚀 [Getting Started](/p/neiki-editor/wiki/Getting%20Started)   — you'll have a working editor on your page in under 2 minutes.

 ---

@@ -105,52 +105,39 @@

 ## ✨ Feature Highlights

-
-
-
-
-
-
-
-
-
-&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width="50%"&gt;
-
 ### ✍️ Rich Text
-- Bold, italic, underline, strikethrough
-- Headings H1–H6, font size widget, font family
-- Text &amp;amp; background color pickers (palette + hex)
-- Subscript, superscript, inline code, code blocks
-- Remove formatting
-
-&lt;/td&gt;&lt;td width="50%"&gt;
+- Bold, italic, underline, strikethrough  
+- Headings H1–H6, font size widget, font family  
+- Text &amp;amp; background color pickers (palette + hex)  
+- Subscript, superscript, inline code, code blocks  
+- Remove formatting  
+
+---

 ### 📊 Content Blocks
-- Tables — context menu, column resize, merge/split cells
-- Images — URL, file upload, drag &amp;amp; drop, clipboard paste, resize handles
-- Video — URL or file upload with `videoUploadHandler`
-- Block drag &amp;amp; drop reordering with grip handles
-- Blockquotes, horizontal rules, lists
-
-&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="50%"&gt;
+- Tables — context menu, column resize, merge/split cells  
+- Images — URL, file upload, drag &amp;amp; drop, clipboard paste, resize handles  
+- Video — URL or file upload with `videoUploadHandler`  
+- Block drag &amp;amp; drop reordering with grip handles  
+- Blockquotes, horizontal rules, lists  
+
+---

 ### 🎨 UI &amp;amp; Themes
-- **4 built-in themes:** Light, Dark, Blue, Dark Blue
-- Floating toolbar on text selection
-- Fullscreen editing mode
-- Status bar (word count, character count, block type)
-- Autosave with `localStorage`
-
-&lt;/td&gt;&lt;td width="50%"&gt;
+- **4 built-in themes:** Light, Dark, Blue, Dark Blue  
+- Floating toolbar on text selection  
+- Fullscreen editing mode  
+- Status bar (word count, character count, block type)  
+- Autosave with `localStorage`  
+
+---

 ### 🔌 Developer
-- **Zero dependencies** — single file drop-in
-- Plugin API for custom toolbar buttons
-- PHP integration helper with sanitization
-- Vue 2/3 &amp;amp; React compatible
-- 8 built-in UI languages (en, cs, zh, es, de, fr, pt, ja)
-
-&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
+- **Zero dependencies** — single file drop-in  
+- Plugin API for custom toolbar buttons  
+- PHP integration helper with sanitization  
+- Vue 2/3 &amp;amp; React compatible  
+- 8 built-in UI languages (en, cs, zh, es, de, fr, pt, ja)  

 ---

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neikiri</dc:creator><pubDate>Tue, 09 Jun 2026 07:56:28 -0000</pubDate><guid>https://sourceforge.netc28721bb9eb0838071326bde84b731d22f79c417</guid></item><item><title>Home modified by neikiri</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -41,50 +41,46 @@

 ## 📚 Documentation Pages

-
-
-
-
-
-
-
-
-
-&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width="50%"&gt;
-
 ### 🟦 Start Here
-| | |
-|---|---|
-| [🚀 Getting Started](Getting-Started) | Install, initialize, first steps |
-| [⚙️ Configuration](Configuration) | All options with examples |
-| [🔧 Toolbar Reference](Toolbar-Reference) | Every toolbar button explained |
-
-&lt;/td&gt;&lt;td width="50%"&gt;
+
+🚀 [Getting Started](/p/neiki-editor/wiki/Getting%20Started)  
+Install, initialize, first steps
+
+⚙️ [Configuration](/p/neiki-editor/wiki/Configuration)  
+All options with examples
+
+🔧 [Toolbar Reference](/p/neiki-editor/wiki/Toolbar%20Reference)  
+Every toolbar button explained
+

 ### 🟩 Build &amp;amp; Extend
-| | |
-|---|---|
-| [🔌 Plugin API](Plugin-API) | Create custom toolbar extensions |
-| [🔗 Integration Guide](Integration-Guide) | PHP, Vue, React, Laravel |
-| [📋 API Reference](API-Reference) | All methods &amp;amp; callbacks |
-
-&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="50%"&gt;
+
+🔌 [Plugin API](/p/neiki-editor/wiki/Plugin%20API)  
+Create custom toolbar extensions
+
+🔗 [Integration Guide](/p/neiki-editor/wiki/Integration%20Guide)  
+PHP, Vue, React, Laravel
+
+📋 [API Reference](/p/neiki-editor/wiki/API%20Reference)  
+All methods &amp;amp; callbacks
+

 ### 🟨 Deep Dives
-| | |
-|---|---|
-| [🧩 Advanced Features](Advanced-Features) | Tables, images, video, i18n |
-| [🎨 Themes &amp;amp; Styling](Themes-and-Styling) | Theming, CSS customization |
-| [🔒 Security](Security) | Sanitization, XSS protection |
-
-&lt;/td&gt;&lt;td width="50%"&gt;
+
+🧩 [Advanced Features](/p/neiki-editor/wiki/Advanced%20Features)  
+Tables, images, video, i18n
+
+🎨 [Themes &amp;amp; Styling](/p/neiki-editor/wiki/Themes%20and%20Styling)  
+Theming, CSS customization
+
+🔒 [Security](/p/neiki-editor/wiki/Security)  
+Sanitization, XSS protection
+

 ### 🟥 Project
-| | |
-|---|---|
-| [📋 Changelog](Changelog) | Version history &amp;amp; release notes |
-
-&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
+
+📋 [Changelog](/p/neiki-editor/wiki/Changelog)  
+Version history &amp;amp; release notes

 ---

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neikiri</dc:creator><pubDate>Tue, 09 Jun 2026 07:53:23 -0000</pubDate><guid>https://sourceforge.net79c93f88954a60d5328d02c566a439705fc94360</guid></item><item><title>Home modified by neikiri</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -13,7 +13,7 @@
   &lt;img alt="CSS" rel="nofollow" src="https://img.shields.io/badge/css-%23663399.svg?style=for-the-badge&amp;amp;logo=css&amp;amp;logoColor=white"/&gt;
   &lt;br/&gt;
   &lt;img alt="License" rel="nofollow" src="https://img.shields.io/badge/License-AGPL--3.0-2563EB?style=for-the-badge&amp;amp;logo=open-source-initiative&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20"/&gt;

-  &lt;img alt="Version" rel="nofollow" src="https://img.shields.io/badge/Version-3.0.2-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20"/&gt;
+  &lt;img alt="Version" rel="nofollow" src="https://img.shields.io/badge/Version-3.0.3-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20"/&gt;
 &lt;p&gt;&lt;/p&gt;

 &lt;p align="center"&gt;
&lt;/p&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neikiri</dc:creator><pubDate>Tue, 09 Jun 2026 06:07:54 -0000</pubDate><guid>https://sourceforge.net011f8fcaf4ae09a7a216ecfed608a5c0b86845d9</guid></item><item><title>Home modified by neikiri</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -13,7 +13,7 @@
   &lt;img alt="CSS" rel="nofollow" src="https://img.shields.io/badge/css-%23663399.svg?style=for-the-badge&amp;amp;logo=css&amp;amp;logoColor=white"/&gt;
   &lt;br/&gt;
   &lt;img alt="License" rel="nofollow" src="https://img.shields.io/badge/License-AGPL--3.0-2563EB?style=for-the-badge&amp;amp;logo=open-source-initiative&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20"/&gt;

-  &lt;img alt="Version" rel="nofollow" src="https://img.shields.io/badge/Version-3.0.1-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20"/&gt;
+  &lt;img alt="Version" rel="nofollow" src="https://img.shields.io/badge/Version-3.0.2-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20"/&gt;
 &lt;p&gt;&lt;/p&gt;

 &lt;p align="center"&gt;
&lt;/p&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neikiri</dc:creator><pubDate>Tue, 09 Jun 2026 06:07:54 -0000</pubDate><guid>https://sourceforge.net1fda68769e2e55c9ba17a8cc6f6d68fbf68d97f1</guid></item><item><title>Home modified by neikiri</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -1,6 +1,6 @@
 &lt;div align="center"&gt;

-&lt;img alt="Neiki's Editor" rel="nofollow" src="https://raw.githubusercontent.com/neikiri/neiki-editor/main/logo.png" width="360"/&gt;
+&lt;img alt="Neiki's Editor" rel="nofollow" src="https://raw.githubusercontent.com/neikiri/neiki-editor/main/assets/logo.png" width="360"/&gt;

 &lt;/div&gt;

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neikiri</dc:creator><pubDate>Tue, 09 Jun 2026 06:07:54 -0000</pubDate><guid>https://sourceforge.netda4223a4b62000a3c98a4f469ad5621c8bac47ce</guid></item><item><title>Home modified by neikiri</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -1,46 +1,100 @@
 &lt;div align="center"&gt;

-# 🖊️ Neiki's Editor Wiki
-
-**Lightweight WYSIWYG Rich Text Editor**
-*Zero dependencies · 30+ tools · Light, Dark, Blue &amp;amp; Dark Blue themes*
-
-[![Version](https://img.shields.io/badge/Version-3.0.1-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor)
-[![License](https://img.shields.io/badge/License-AGPLv3-2563EB?style=for-the-badge&amp;amp;logo=open-source-initiative&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor/blob/main/LICENSE)
+&lt;img alt="Neiki's Editor" rel="nofollow" src="https://raw.githubusercontent.com/neikiri/neiki-editor/main/logo.png" width="360"/&gt;

 &lt;/div&gt;

+&lt;h1 align="center"&gt;Neiki's Editor Documentation&lt;/h1&gt;
+
+&lt;p align="center"&gt;

+  &lt;img alt="JavaScript" rel="nofollow" src="https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&amp;amp;logo=javascript&amp;amp;logoColor=%23F7DF1E"/&gt;
+  &lt;img alt="PHP" rel="nofollow" src="https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&amp;amp;logo=php&amp;amp;logoColor=white"/&gt;
+  &lt;img alt="HTML5" rel="nofollow" src="https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&amp;amp;logo=html5&amp;amp;logoColor=white"/&gt;
+  &lt;img alt="CSS" rel="nofollow" src="https://img.shields.io/badge/css-%23663399.svg?style=for-the-badge&amp;amp;logo=css&amp;amp;logoColor=white"/&gt;
+  &lt;br/&gt;
+  &lt;img alt="License" rel="nofollow" src="https://img.shields.io/badge/License-AGPL--3.0-2563EB?style=for-the-badge&amp;amp;logo=open-source-initiative&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20"/&gt;
+  &lt;img alt="Version" rel="nofollow" src="https://img.shields.io/badge/Version-3.0.1-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20"/&gt;
+&lt;/p&gt;
+
+&lt;p align="center"&gt;
+  &lt;b&gt;Lightweight WYSIWYG Rich Text Editor&lt;/b&gt;&lt;br/&gt;
+  &lt;i&gt;Easy to integrate, fully customizable, zero dependencies.&lt;/i&gt;
+&lt;/p&gt;
+
+&lt;p align="center"&gt;
+  &lt;img rel="nofollow" src="https://img.shields.io/badge/Features-30%2B%20Tools-3b82f6?style=flat&amp;amp;labelColor=383C43"/&gt;
+  &lt;img rel="nofollow" src="https://img.shields.io/badge/Themes-Light%20%26%20Dark-8b5cf6?style=flat&amp;amp;labelColor=383C43"/&gt;
+  &lt;img rel="nofollow" src="https://img.shields.io/badge/Setup-Zero%20Config-22c55e?style=flat&amp;amp;labelColor=383C43"/&gt;
+  &lt;img rel="nofollow" src="https://img.shields.io/badge/Size-Lightweight-f97316?style=flat&amp;amp;labelColor=383C43"/&gt;
+&lt;/p&gt;
+
 ---

 ## 👋 Welcome

-Welcome to the official **Neiki's Editor** documentation wiki! Here you'll find everything you need to install, configure, extend, and integrate the editor into your projects.
+Welcome to the official **Neiki's Editor** documentation. This wiki covers everything from a 2-minute quick start to advanced plugin development, full API reference, and framework integrations.

 &amp;gt; [!TIP]
-&amp;gt; New to Neiki's Editor? Start with the **[Getting Started](Getting-Started)** guide — you'll have a working editor in under 2 minutes.
-
----
-
-## 📖 Wiki Pages
-
-| Page | Description |
-|------|-------------|
-| **[🚀 Getting Started](Getting-Started)** | Installation, CDN setup, and your first editor |
-| **[⚙️ Configuration](Configuration)** | All configuration options explained in detail |
-| **[🔧 Toolbar Reference](Toolbar-Reference)** | Complete list of 30+ toolbar buttons |
-| **[🔌 Plugin API](Plugin-API)** | Build custom plugins and extend the editor |
-| **[🔗 Integration Guide](Integration-Guide)** | PHP, Vue.js, React, and AJAX examples |
-| **[🧩 Advanced Features](Advanced-Features)** | Tables, images, themes, find &amp;amp; replace, and more |
-
----
-
-## ⚡ Quick Start
+&amp;gt; **New here?** Jump straight to [🚀 Getting Started](Getting-Started) — you'll have a working editor on your page in under 2 minutes.
+
+---
+
+## 📚 Documentation Pages
+
+
+
+
+
+
+
+
+
+
+&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width="50%"&gt;
+
+### 🟦 Start Here
+| | |
+|---|---|
+| [🚀 Getting Started](Getting-Started) | Install, initialize, first steps |
+| [⚙️ Configuration](Configuration) | All options with examples |
+| [🔧 Toolbar Reference](Toolbar-Reference) | Every toolbar button explained |
+
+&lt;/td&gt;&lt;td width="50%"&gt;
+
+### 🟩 Build &amp;amp; Extend
+| | |
+|---|---|
+| [🔌 Plugin API](Plugin-API) | Create custom toolbar extensions |
+| [🔗 Integration Guide](Integration-Guide) | PHP, Vue, React, Laravel |
+| [📋 API Reference](API-Reference) | All methods &amp;amp; callbacks |
+
+&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="50%"&gt;
+
+### 🟨 Deep Dives
+| | |
+|---|---|
+| [🧩 Advanced Features](Advanced-Features) | Tables, images, video, i18n |
+| [🎨 Themes &amp;amp; Styling](Themes-and-Styling) | Theming, CSS customization |
+| [🔒 Security](Security) | Sanitization, XSS protection |
+
+&lt;/td&gt;&lt;td width="50%"&gt;
+
+### 🟥 Project
+| | |
+|---|---|
+| [📋 Changelog](Changelog) | Version history &amp;amp; release notes |
+
+&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
+
+---
+
+## ⚡ 30-Second Quick Start

     :::html

-    
+    
     &amp;lt;script src="https://cdn.neikiri.dev/neiki-editor/neiki-editor.min.js"&amp;gt;&amp;lt;/script&amp;gt;


-    
+    
     &amp;lt;textarea id="user-content-editor"&amp;gt;&amp;lt;/textarea&amp;gt;

     
@@ -49,30 +103,31 @@
     

 &amp;gt; [!NOTE]
-&amp;gt; That's it — **zero config** required. The editor replaces the `&amp;lt;textarea&amp;gt;` with a full-featured WYSIWYG editor automatically.
-
----
-
-## 🌟 Key Features
+&amp;gt; Zero config required. The `&amp;lt;textarea&amp;gt;` is replaced by a full-featured WYSIWYG editor automatically.
+
+---
+
+## ✨ Feature Highlights

 &amp;lt;table&amp;gt;
 &amp;lt;tr&amp;gt;
 &amp;lt;td width="50%"&amp;gt;

-### ✍️ Rich Text Editing
+### ✍️ Rich Text

 - Bold, italic, underline, strikethrough
-- Headings (H1–H6), font size, font family
-- Text &amp;amp; background colors
-- Subscript, superscript
-
-&amp;lt;/td&amp;gt;
-&amp;lt;td width="50%"&amp;gt;
-
-### 📊 Advanced Content
-- Table creation with context menu &amp;amp; column resize
-- Image upload (URL, file, drag &amp;amp; drop) with resize handles
+- Headings H1–H6, font size widget, font family
+- Text &amp;amp; background color pickers (palette + hex)
+- Subscript, superscript, inline code, code blocks
+- Remove formatting
+
+&amp;lt;/td&amp;gt;
+&amp;lt;td width="50%"&amp;gt;
+
+### 📊 Content Blocks
+- Tables — context menu, column resize, merge/split cells
+- Images — URL, file upload, drag &amp;amp; drop, clipboard paste, resize handles
+- Video — URL or file upload with `videoUploadHandler`
 - Block drag &amp;amp; drop reordering with grip handles
-- Emoji &amp;amp; special characters pickers
 - Blockquotes, horizontal rules, lists

 &amp;lt;/td&amp;gt;
@@ -80,22 +135,22 @@
 &amp;lt;tr&amp;gt;
 &amp;lt;td width="50%"&amp;gt;

-### 🎨 Themes &amp;amp; UI
-- Light, Dark, Blue, and Dark Blue themes with toggle
-- Localization (English, Czech)
-- Floating toolbar on text selection (with move block buttons)
+### 🎨 UI &amp;amp; Themes
+- **4 built-in themes:** Light, Dark, Blue, Dark Blue
+- Floating toolbar on text selection

 - Fullscreen editing mode
-- Status bar (word count, block type)
-
-&amp;lt;/td&amp;gt;
-&amp;lt;td width="50%"&amp;gt;
-
-### 🔌 Developer Friendly
-- Zero dependencies
-- Plugin API for custom extensions
-- PHP integration helper included
-- Vue.js &amp;amp; React compatible
-- Save, Preview, Download, Print built-in
+- Status bar (word count, character count, block type)
+- Autosave with `localStorage`
+
+&amp;lt;/td&amp;gt;
+&amp;lt;td width="50%"&amp;gt;
+
+### 🔌 Developer
+- **Zero dependencies** — single file drop-in
+- Plugin API for custom toolbar buttons
+- PHP integration helper with sanitization
+- Vue 2/3 &amp;amp; React compatible
+- 8 built-in UI languages (en, cs, zh, es, de, fr, pt, ja)

 &amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
@@ -106,7 +161,7 @@
 ## ⌨️ Keyboard Shortcuts

 | Shortcut | Action |
-|----------|--------|
+|---|---|
 | `Ctrl+B` | Bold |
 | `Ctrl+I` | Italic |
 | `Ctrl+U` | Underline |
@@ -114,23 +169,23 @@
 | `Ctrl+S` | Save (triggers `onSave` callback) |
 | `Ctrl+Z` | Undo |
 | `Ctrl+Y` / `Ctrl+Shift+Z` | Redo |
-| `Tab` | Indent |
-| `Shift+Tab` | Outdent |
+| `Tab` / `Shift+Tab` | Indent / Outdent |

 ---

 ## 🌐 Browser Support

-| Browser | Support |
-|---------|---------|
+| Browser | Supported |
+|---|---|
 | Chrome | ✅ Latest |
 | Firefox | ✅ Latest |
 | Safari | ✅ Latest |
 | Edge | ✅ Latest |
 | Opera | ✅ Latest |
+| Internet Explorer | ❌ Not supported |

 &amp;gt; [!IMPORTANT]
-&amp;gt; Neiki's Editor relies on `contentEditable` and `document.execCommand`, which are supported in all modern browsers. Internet Explorer is **not** supported.
+&amp;gt; Neiki's Editor uses `contentEditable` and standard DOM APIs. All modern browsers are supported. Internet Explorer is **not** supported.

 ---

@@ -138,32 +193,27 @@

     neiki-editor/
     ├── dist/

-    │   ├── neiki-editor.min.js   # Minified editor + embedded CSS (recommended)
-    │   ├── neiki-editor.min.css  # Minified styles
-    │   ├── neiki-editor.js       # Editor core (unminified)
-    │   └── neiki-editor.css      # Editor styles (unminified)
+    │   ├── neiki-editor.min.js     # ← Use this (minified, CSS bundled)
+    │   ├── neiki-editor.min.css
+    │   ├── neiki-editor.js
+    │   └── neiki-editor.css
     ├── demo/
-    │   └── index.html            # Interactive demo page
-    │   └── logo.png              # Demo logo
+    │   └── index.html
     ├── php/
-    │   └── neiki-editor.php      # PHP integration helper
-    ├── logo.png
-    ├── package.json
+    │   └── neiki-editor.php        # PHP integration helper
     ├── README.md
+    ├── CHANGELOG.md
     ├── LICENSE
-    ├── CHANGELOG.md
-    ├── CONTRIBUTING.md
-    ├── CODE_OF_CONDUCT.md
-    └── SECURITY.md
+    └── package.json

 ---

 ## 📄 License

-Neiki's Editor is released under the **GNU AGPLv3 License**. See [LICENSE](https://github.com/neikiri/neiki-editor/blob/main/LICENSE) for details.
+Released under the **[GNU AGPLv3 License](https://github.com/neikiri/neiki-editor/blob/main/LICENSE)**.

 ---

 &amp;lt;div align="center"&amp;gt;

-  &amp;lt;sub&amp;gt;Made with ❤️ for the web community&amp;lt;/sub&amp;gt;
+  &amp;lt;sub&amp;gt;Made with ❤️ · &amp;lt;a href="https://neikiri.dev/editor"&amp;gt;Live Demo&amp;lt;/a&amp;gt; · &amp;lt;a href="https://github.com/neikiri/neiki-editor"&amp;gt;GitHub&amp;lt;/a&amp;gt;&amp;lt;/sub&amp;gt;
 &amp;lt;/div&amp;gt;
&amp;lt;/pre&amp;gt;
&amp;lt;/textarea&amp;gt;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neikiri</dc:creator><pubDate>Tue, 09 Jun 2026 06:07:53 -0000</pubDate><guid>https://sourceforge.netdd10ca2fb96864447638bdd0956a525407c18c45</guid></item><item><title>Home modified by neikiri</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -3,9 +3,9 @@
 # 🖊️ Neiki's Editor Wiki

 **Lightweight WYSIWYG Rich Text Editor**
-*Zero dependencies · 30+ tools · Light &amp;amp; Dark themes*
+*Zero dependencies · 30+ tools · Light, Dark, Blue &amp;amp; Dark Blue themes*

-[![Version](https://img.shields.io/badge/Version-2.10.1-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor)
+[![Version](https://img.shields.io/badge/Version-3.0.1-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor)
 [![License](https://img.shields.io/badge/License-AGPLv3-2563EB?style=for-the-badge&amp;amp;logo=open-source-initiative&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor/blob/main/LICENSE)

 
@@ -81,7 +81,7 @@
 

 ### 🎨 Themes &amp;amp; UI
-- Light &amp;amp; Dark themes with toggle
+- Light, Dark, Blue, and Dark Blue themes with toggle

 - Localization (English, Czech)
 - Floating toolbar on text selection (with move block buttons)
 - Fullscreen editing mode
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neikiri</dc:creator><pubDate>Tue, 09 Jun 2026 06:07:52 -0000</pubDate><guid>https://sourceforge.net88379480226357c781cc5c6f55094bd5f32c9d14</guid></item><item><title>Home modified by neikiri</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -5,7 +5,7 @@
 **Lightweight WYSIWYG Rich Text Editor**
 *Zero dependencies · 30+ tools · Light &amp;amp; Dark themes*

-[![Version](https://img.shields.io/badge/Version-2.9.5-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor)
+[![Version](https://img.shields.io/badge/Version-2.10.1-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor)
 [![License](https://img.shields.io/badge/License-AGPLv3-2563EB?style=for-the-badge&amp;amp;logo=open-source-initiative&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor/blob/main/LICENSE)

 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neikiri</dc:creator><pubDate>Tue, 09 Jun 2026 06:07:51 -0000</pubDate><guid>https://sourceforge.netf91e76ea4218857307440a330e9804b162e66076</guid></item><item><title>Home modified by neikiri</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -5,7 +5,7 @@
 **Lightweight WYSIWYG Rich Text Editor**
 *Zero dependencies · 30+ tools · Light &amp;amp; Dark themes*

-[![Version](https://img.shields.io/badge/Version-2.9.4-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor)
+[![Version](https://img.shields.io/badge/Version-2.9.5-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor)
 [![License](https://img.shields.io/badge/License-AGPLv3-2563EB?style=for-the-badge&amp;amp;logo=open-source-initiative&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor/blob/main/LICENSE)

 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neikiri</dc:creator><pubDate>Tue, 09 Jun 2026 06:07:51 -0000</pubDate><guid>https://sourceforge.net654a0a32a334dc7395fde829c2a84575f05d5212</guid></item><item><title>Home modified by neikiri</title><link>https://sourceforge.net/p/neiki-editor/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -5,8 +5,8 @@
 **Lightweight WYSIWYG Rich Text Editor**
 *Zero dependencies · 30+ tools · Light &amp;amp; Dark themes*

-[![Version](https://img.shields.io/badge/Version-2.9.2-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor)
-[![License](https://img.shields.io/badge/License-MIT-2563EB?style=for-the-badge&amp;amp;logo=open-source-initiative&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor/blob/main/LICENSE)
+[![Version](https://img.shields.io/badge/Version-2.9.4-2563EB?style=for-the-badge&amp;amp;logo=semantic-release&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor)
+[![License](https://img.shields.io/badge/License-AGPLv3-2563EB?style=for-the-badge&amp;amp;logo=open-source-initiative&amp;amp;logoColor=white&amp;amp;labelColor=000F15&amp;amp;logoWidth=20)](https://github.com/neikiri/neiki-editor/blob/main/LICENSE)

 

@@ -160,7 +160,7 @@

 ## 📄 License

-Neiki's Editor is released under the **MIT License**. See [LICENSE](https://github.com/neikiri/neiki-editor/blob/main/LICENSE) for details.
+Neiki's Editor is released under the **GNU AGPLv3 License**. See [LICENSE](https://github.com/neikiri/neiki-editor/blob/main/LICENSE) for details.

 ---

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neikiri</dc:creator><pubDate>Tue, 09 Jun 2026 06:07:51 -0000</pubDate><guid>https://sourceforge.net4670f8cd803ba601f935cb6d492caae99fb847c0</guid></item></channel></rss>