django-editorjs-fields icon indicating copy to clipboard operation
django-editorjs-fields copied to clipboard

add support for plugins linked by their full url

Open jefcolbi opened this issue 2 years ago • 2 comments

Hi. If you add a plugin with his full url, example: 'https://cdn.jsdelivr.net/gh/mdgaziur/EditorJS-LaTeX@latest/dist/editorjs-latex.bundle-min.js', it will fail because '//cdn.jsdelivr.net/npm/' will be prepended. This PR fix it.

jefcolbi avatar Nov 18 '22 01:11 jefcolbi

in this case, you can specify any external link. I don't think this is a good solution.

2ik avatar Nov 23 '22 08:11 2ik

what do you mean by an external link? The example i provided is not an external link?

jefcolbi avatar Nov 23 '22 11:11 jefcolbi