levmyshkin/ckeditor5-textselection
Composer 安装命令:
composer require levmyshkin/ckeditor5-textselection
包简介
A plugin that makes CKEditor 5 keep its text selection when switching between Visual and Source mode.
README 文档
README
A plugin that makes the editor keep its text selection when switching between WYSIWYG and Source mode, and scrolls the selection into the viewport.
Inspired by the CKEditor Text Selection plugin.
This plugin also works with the CKEditor 5 CodeMirror Source Editing plugin.
Demo
Open demo/index.html in a browser to try the plugin with CKEditor 5 loaded
from CDN. Select text, toggle Source mode, and see the selection preserved.
License
Licensed under the terms of the GPL-2.0 License.
Structure
ckeditor5-textselection/
├── build/ # Compiled JS bundle (output of webpack)
│ └── textSelection.js
├── src/ # Plugin source code
│ ├── index.js # Plugin entry point (exports default object)
│ └── textselection.js # Plugin implementation
├── package.json
└── webpack.config.js
Building
The webpack build uses the CKEditor 5 DLL Reference Plugin to integrate with
Drupal's CKEditor 5 DLL system. Instead of bundling CKEditor 5 core modules, the
built file delegates to CKEditor5.dll at runtime — the shared library that
Drupal core provides on every page with a CKEditor 5 instance.
The DLL manifest (ckeditor5-dll.manifest.json) is sourced from the ckeditor5
npm package which is included as a dev dependency.
npm install npm run build # production (minified) npm run build:dev # development (unminified) npm run watch # watch mode
levmyshkin/ckeditor5-textselection 适用场景与选型建议
levmyshkin/ckeditor5-textselection 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 57 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 05 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 levmyshkin/ckeditor5-textselection 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 levmyshkin/ckeditor5-textselection 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 57
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 45
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2026-05-02