Frode Petterson
Frode Petterson
Could you create a Pull Request for this? Also, note that the `?` may already be in the `ajaxPath`, so you may want to do a `ajaxPath.indexOf('?') === -1 ?...
I see what you mean, I guess there is no problem replacing them with a class. But I do believe this styling is only used inside the iframe generated by...
That is correct, we hope to improve this as we improve the editor experience. Currently, editors like the Branching Scenario overrides this to make use of all the space. The...
Will consider this for next release.
Just a small note: Bidi has been added to the CKEditor, the PR is about if we should enable the buttons by default for everyone.
@nadavkav Thank you.
Do you mean the paths inside the .h5p files? To begin with, there weren't any version numbers in the path, but as new content types and dependencies were added the...
The JS part your module adds should look something like this: ``` javascript H5P.jQuery(document).ready(function () { if (!window.CKEDITOR) return; // CK not available // Register plugin with CK CKEDITOR.plugins.addExternal('base64image', '/path/to/folder/containing/plugin.js-file/');...
Cool that you got it working, sort of. The CKEditor is removed and destroyed to save resources. Not exactly sure why the data protocol part is removed. It might have...
Try opening your browser console(Ctrl+Shift+J in Chrome/Firefox) and look for any errors.