| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.10.0 source code.tar.gz | 2026-07-20 | 1.8 MB | |
| 3.10.0 source code.zip | 2026-07-20 | 1.8 MB | |
| README.md | 2026-07-20 | 909 Bytes | |
| Totals: 3 Items | 3.6 MB | 1 | |
[3.10.0]
- Fixed the non-modal Find & Replace panel so it remains in place in the viewport while the page or editor content is scrolled.
- Fixed HTML source mode opening at the last line by no longer forcing focus into the built-in source textarea; source mode now preserves the editor scroll position.
- Added the
viewCodeEditorconfiguration option for replacing the built-in HTML source textarea with a third-party editor adapter or factory. - Fixed block drag-and-drop reordering when dragging a block upward.
- Added public
editor.createModal(content, options)andeditor.closeModal()APIs so plugins can open themed custom modals.
Full Changelog: https://github.com/neikiri/neiki-editor/compare/3.9.0...3.10.0