- Issue created by @Nelo_Drup
- Status changed to Postponed: needs info
about 1 year ago 9:07pm 30 August 2023 The issue summary should include steps to arrive at the error, not just a big copy/paste.
Hello, the steps would be to install the module
and in status report it shows the following error:CKEditor 5 CodeMirror Plugin:
CKEditor 5 CodeMirror plugin not found. Download the latest version of the library and place it in the libraries directory (/libraries/ckeditor5-source-editing-codemirror).
The same steps were done but that build folder does not exist in that library when downloading itMirror code:
CodeMirror not found. Download the latest version 5 of the library and place it in the libraries directory (/libraries/codemirror).- Status changed to Active
10 months ago 4:45pm 18 January 2024 Drupal sites should be managed by Composer, so you shouldn't follow that install method.
Add the following to your composer.json
"require": { "wikimedia/composer-merge-plugin": "^2.0" }, "config": { "allow-plugins": { "wikimedia/composer-merge-plugin": true } }, "extra": { "merge-plugin": { "include": [ "web/modules/contrib/ckeditor_codemirror/composer.libraries.json" ] }, }
- π¨π¦Canada dstorozhuk Chicago πΊπΈ, Toronto π¨π¦, Kyiv πΊπ¦
Improve description
- π¨π¦Canada dstorozhuk Chicago πΊπΈ, Toronto π¨π¦, Kyiv πΊπ¦
I think module should not load code mirror plugin is source code plugin is not enabled for particular Text format configuration.
- π¨π¦Canada dstorozhuk Chicago πΊπΈ, Toronto π¨π¦, Kyiv πΊπ¦
Sorry, wrong issue. Wanted to post in #3371709
- Status changed to Closed: works as designed
4 months ago 2:13pm 13 July 2024