vardot/ckeditor5-anchor-drupal
Composer 安装命令:
composer require vardot/ckeditor5-anchor-drupal
包简介
Anchor feature for CKEditor 5, adapted for Drupal
关键字:
README 文档
README
This package implements the anchor feature for CKEditor 5. It allows inserting anchor elements (ID field) into the edited content and offers the UI to create and edit them.
This is a Drupal-adapted fork of the original plugin by Northern Commerce.
Packaged to be used with composer directly in Drupal, and maintained and supported for the CKEditor Anchor Link module.
Install with Composer
composer require vardot/ckeditor5-anchor-drupal:~2.0
Table of contents
Developing the package
To read about the CKEditor 5 framework, visit the CKEditor5 documentation.
Available scripts
Npm scripts are a convenient way to provide commands in a project. They are defined in the package.json file and shared with other people contributing to the project. It ensures that developers use the same command with the same options (flags).
All the scripts can be executed by running npm run <script>. Pre and post commands with matching names will be run for those as well.
The following scripts are available in the package.
start
Starts a HTTP server with the live-reload mechanism that allows previewing and testing plugins available in the package.
When the server has been started, the default browser will open the developer sample. This can be disabled by passing the --no-open option to that command.
You can also define the language that will translate the created editor by specifying the --language [LANG] option. It defaults to 'en'.
Examples:
# Starts the server and open the browser. npm run start # Disable auto-opening the browser. npm run start -- --no-open # Create the editor with the interface in German. npm run start -- --language=de
test
Allows executing unit tests for the package, specified in the tests/ directory. The command accepts the following modifiers:
--coverage– to create the code coverage report,--watch– to observe the source files (the command does not end after executing tests),--source-map– to generate source maps of sources,--verbose– to print additional webpack logs.
Examples:
# Execute tests. npm run test # Generate code coverage report after each change in the sources. npm run test -- --coverage --test
lint
Runs ESLint, which analyzes the code (all *.js files) to quickly find problems.
Examples:
# Execute eslint.
npm run lint
stylelint
Similar to the lint task, stylelint analyzes the CSS code (*.css files in the theme/ directory) in the package.
Examples:
# Execute stylelint.
npm run stylelint
dll:build
Creates a DLL-compatible package build which can be loaded into an editor using DLL builds.
Examples:
# Build the DLL file that is ready to publish. npm run dll:build # Build the DLL file and listen to changes in its sources. npm run dll:build -- --watch
dll:serve
Creates a simple HTTP server (without the live-reload mechanism) that allows verifying whether the DLL build of the package is compatible with the CKEditor 5 DLL builds.
Examples:
# Starts the HTTP server and opens the browser.
npm run dll:serve
translations:collect
Collects translation messages (arguments of the t() function) and context files, then validates whether the provided values do not interfere with the values specified in the @ckeditor/ckeditor5-core package.
The task may end with an error if one of the following conditions is met:
- Found the
Unused contexterror – entries specified in thelang/contexts.jsonfile are not used in source files. They should be removed. - Found the
Context is duplicated for the iderror – some of the entries are duplicated. Consider removing them from thelang/contexts.jsonfile, or rewrite them. - Found the
Context for the message id is missingerror – entries specified in source files are not described in thelang/contexts.jsonfile. They should be added.
Examples:
npm run translations:collect
translations:download
Download translations from the Transifex server. Depending on users' activity in the project, it creates translations files used for building the editor.
The task requires passing the URL to Transifex API. Usually, it matches the following format: https://www.transifex.com/api/2/project/[PROJECT_SLUG].
To avoid passing the --transifex option every time when calls the command, you can store it in package.json, next to the ckeditor5-package-tools translations:download command.
Examples:
npm run translations:download -- --transifex [API URL]
translations:upload
Uploads translation messages onto the Transifex server. It allows for the creation of translations into other languages by users using the Transifex platform.
The task requires passing the URL to the Transifex API. Usually, it matches the following format: https://www.transifex.com/api/2/project/[PROJECT_SLUG].
To avoid passing the --transifex option every time when you call the command, you can store it in package.json, next to the ckeditor5-package-tools translations:upload command.
Examples:
npm run translations:upload -- --transifex [API URL]
License
The vardot/ckeditor5-anchor-drupal package is available under MIT license.
The @northernco/ckeditor5-anchor-drupal package is available under MIT license.
However, it is the default license of packages created by the ckeditor5-package-generator package and it can be changed.
vardot/ckeditor5-anchor-drupal 适用场景与选型建议
vardot/ckeditor5-anchor-drupal 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 1.28M 次下载、GitHub Stars 达 3, 最近一次更新时间为 2025 年 06 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「plugin」 「drupal」 「ckeditor5」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 vardot/ckeditor5-anchor-drupal 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 vardot/ckeditor5-anchor-drupal 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 vardot/ckeditor5-anchor-drupal 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
CakePHP 4.x AdminLTE Theme.
Provides an add-on purchasable entity.
CKEditor for Yii
Drupal integration module for the Kalastatic prototyping and styleguide tool
CKEditor 5 integration for Laravel Livewire
Provides a base set of configuration and module dependencies for starting new Drupal projects.
统计信息
- 总下载量: 1.28M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 31
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-25