Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

107
Views
CKeditor 5 source editing plugin

I'm using CKEditor 5, and I want to install an additional plugin, 'source editing', but as far as I try, it doesn't work out for me. If I use CKEditor without additional plugin, then everything works as it should, but when I try to register the source editing plugin, I get the following error:

enter image description here

My code:

const ClassicEditor = window.ClassicEditor = require('@ckeditor/ckeditor5-build-classic');
const SourceEditing = window.SourceEditing = require('@ckeditor/ckeditor5-source-editing');
ClassicEditor
        .create(document.querySelector('#editor'), {
            plugins: [SourceEditing], // <--- Trying to add a plugin to a build
            toolbar: ['sourceEditing'] // <--- Trying to add a plugin to a build
        })
        .then(editor => {
            console.log(editor);
        })
        .catch(error => {
            console.error(error);
        });

The versions of SourceEditing and CKEditor are the same.

enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!