django-editorjs-fields
django-editorjs-fields copied to clipboard
add support for plugins linked by their full url
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.
in this case, you can specify any external link. I don't think this is a good solution.
what do you mean by an external link? The example i provided is not an external link?