| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.10.0 source code.tar.gz | 2026-05-18 | 396.1 kB | |
| 2.10.0 source code.zip | 2026-05-18 | 399.1 kB | |
| README.md | 2026-05-18 | 1.4 kB | |
| Totals: 3 Items | 796.6 kB | 0 | |
2.10.0
Added
- Code Formatting Toolbar Button — added a new
codetoolbar action with smart formatting behavior: - single-line selections are wrapped in inline
<code> - multi-line selections create a
<pre><code>code block - clicking again toggles/removes existing code formatting
- The
codebutton is now included in the default toolbar betweensubscriptandremoveFormat - Added
toolbar.codetranslation key to all 8 built-in languages: - English (
en) - Czech (
cs) - Chinese (
zh) - Spanish (
es) - German (
de) - French (
fr) - Portuguese (
pt) - Japanese (
ja)
Fixed
- List Toggle Paragraph Wrapping — fixed text not being properly wrapped in
<p>elements after disabling Bullet List or Numbered List formatting - Consecutive inline/text nodes are now grouped into a single paragraph instead of generating multiple fragmented
<p>elements - HTML Entity Decoding — fixed HTML entities such as
&being displayed as literal text instead of decoded characters
Improved
- Renamed
custom_classconfig option tocustomClassfor consistency with the editor’s camelCase API style - Backward compatibility is preserved — the legacy
custom_classoption still works
Full Changelog: https://github.com/neikiri/neiki-editor/compare/2.9.5...2.10.0