Git Product home page Git Product logo

Comments (2)

carla-at-wiris avatar carla-at-wiris commented on May 30, 2024

Hello @FilipTokarski,

Sorry for the late response, but we've been trying to reproduce the issue and faced some problems with the comments plugin.

First, we received a license key to try out the plugin, and then we tried a simple integration of the comments plugin on a basic CKEditor5, without our MathType plugin. Here's what we tried and the problems we encountered:

  • When following the exact same instructions on this page.

image
image

  • When building an Angular application, creating a custom build to integrate and enable the comments plugin:

image

  • When including the comments plugin to an application built following this guide. We've created the custom build with the comments plugin and included the ckeditor.js file on the code, as the ClassicEditor
    image
    import * as ClassicEditor from '../build/ckeditor';
    
    window.editor = null;
    
    // Create the CKeditor5.
    ClassicEditor
      .create(document.querySelector('#editor'), {
        licenseKey: 'our-license-key',
        toolbar: ['bold', 'italic', 'alignment:left', 'alignment:center', 'alignment:right', 'comment'],
      })
      .then((editor) => {
        window.editor = editor;
        editor.editing.view.focus();
      });

We believe that maybe we're integrating in the wrong way the plugin, but, since we followed your instructions and also got an error message, I wonder if maybe this is on your side? If not, could you provide us a workaround so we can integrate the plugin on a basic CKEditor5 app?

from html-integrations.

carla-at-wiris avatar carla-at-wiris commented on May 30, 2024

Hello @FilipTokarski,

This issue is no longer reproducible in the latest versions of both plugins: mathtype-ckeditor5 and CKEditor5 comments ones.

from html-integrations.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.