Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

106
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda