PHPackages                             cubear/cwd\_ckeditor5\_plugins - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cubear/cwd\_ckeditor5\_plugins

ActiveDrupal-custom-module[Utility &amp; Helpers](/categories/utility)

cubear/cwd\_ckeditor5\_plugins
==============================

Drupal Custom module to extend functionality ckeditor5. Adds custom plugin functionality to enhance the editor experience.

v1.0.1(2y ago)11.6k↑100%1GPL-3.0-or-laterJavaScript

Since Jun 3Pushed 2y ago12 watchersCompare

[ Source](https://github.com/CU-CommunityApps/CD_cwd_ckeditor5_plugins)[ Packagist](https://packagist.org/packages/cubear/cwd_ckeditor5_plugins)[ Docs](https://it.cornell.edu/custom-web)[ RSS](/packages/cubear-cwd-ckeditor5-plugins/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

INTRODUCTION
------------

[](#introduction)

The cwd\_ckeditor5\_plugins module is a module that provides additional ckeditor5 plugin buttons to enhance the editors experience

- Plugins used to help with "div traps"
    - Insert at Begin: inserts a paragraph as the first element of the editor
    - Insert at End: inserts a paragraph as the first element of the editor
    - Insert after Element: inserts space after an element and after its parent most element (most similar to the ckeditor4 magic line)
- Plugins to add markup
    - Aside: adds aside tag element

REQUIREMENTS
------------

[](#requirements)

This module depends on the drupal core ckeditor5 module.

INSTALLATION
------------

[](#installation)

Require via composer

```
composer require cubear/cwd_ckeditor5_plugins

```

Enable module via Drupal or drush

```
drush en cwd_ckeditor5_plugins

```

Clear site cache and configure ckeditor text formats to use the new buttons.

\*\*\* Note that if you are adding functionality that has a tag not supported but the allowed tags of ckeditor5 you will need to update you ckeditor5 configuration to allow these tags to be added to the content.

MAINTAINERS
-----------

[](#maintainers)

Current maintainers for Drupal 10:

- Bill Juda

To Contribute
-------------

[](#to-contribute)

This module is meant to add additional plugins for use in ckeditor5 in order to contribute you make download the module repo from github, create a new branch, and develop a new plugin to add new functionality.

To generate a ckeditor5 plugin in this module run

```
drush generate ckeditor

```

Select cwd\_ckeditor5\_plugins as your module. Follow the rest of the prompts and drush will scaffold out the ckeditor5 plugin for you.

From here you can edit the javascript for your plugin in js/ckeditor5\_plugins/src/YOU\_NEW\_PLUGIN

In order for your plugin to work you must be able to run the build process writing the cwd\_ckeditor5\_plugins module to do this run

```
npm run build

```

This will generate all the assets needed to create your plugin and allow you to add it to the ckeditor5 toolbar to use.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

758d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e51565a6568627d6c94a17c7c61c487ca5ac865381ea32fa236762ed9c1f206?d=identicon)[judaw](/maintainers/judaw)

---

Top Contributors

[![judaw](https://avatars.githubusercontent.com/u/10635314?v=4)](https://github.com/judaw "judaw (4 commits)")

### Embed Badge

![Health badge](/badges/cubear-cwd-ckeditor5-plugins/health.svg)

```
[![Health](https://phpackages.com/badges/cubear-cwd-ckeditor5-plugins/health.svg)](https://phpackages.com/packages/cubear-cwd-ckeditor5-plugins)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
