"plugin-not-found" when using the plugin starter template

Created on 15 November 2023, 10 months ago
Updated 17 November 2023, 10 months ago

The Plugin Starter Template prevents CKEditor5 instances from mounting

I've followed several tutorials found online that outline how to add a custom plugin for CKEditor5. I've followed them step by step, as well as followed them and contextualised as I went. I always arrive at the same error:

CKEditorError: plugincollection-plugin-not-found {"plugin":null}

I'm able to install the module to my Drupal instance and add the plugin's button to the CKEditor Toolbar via Drupal's Admin panel. The error occurs when I attempt to 'Edit' a piece of content and mount a CKEditor. Does the template need to be updated in some way? Or am I doing something incorrectly?

I am running Drupal 9.5.10.

I'm happy to provide more information if anyone feels like they need more before commenting/answering.

Footnotes

  1. Tutorials followed:
πŸ› Bug report
Status

Closed: cannot reproduce

Version

1.0

Component

Miscellaneous

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @DanMaddison
  • πŸ‡ΊπŸ‡ΈUnited States justcaldwell

    Were you able to install the dependencies and build the demoPlugin.js file?

    That is, were you able to execute npm run build or yarn build (depending on your setup) in the module directory, resulting in a demoPlugin.js file at YOUR_MODULE/js/build?

  • Hiya!

    I was actually responding, carefully listing out the steps I had taken to recreate the issue, only to successfully install the demo plugin.

    This issue can be closed. It was user error on my part.

  • Status changed to Closed: cannot reproduce 10 months ago
  • πŸ‡ΊπŸ‡ΈUnited States bkosborne New Jersey, USA
Production build 0.71.5 2024