Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
90 views
in Plugins by

The below 2 files which were available for the eqneditor plugin of ckeditor are no longer accessible. Does anyone have a solution here? 

  1. https://latex.codecogs.com/js/eq_config.js
  2. https://latex.codecogs.com/js/eq_editor-lite-17.js
Q2A version: 1.8.8

1 Answer

+1 vote
by

Looks like they've updated their API Documentation.
The new link is:

<script
    src="https://editor.codecogs.com/eqneditor.api.min.js"
    crossorigin="anonymous"
></script>

Here's a live example on jsFiddle.
And also their package on jsDelivr.com

by
Thank you Chun. But I'm not sure how to use the new links with ckeditor4. It'll be great if someone had the old js files.
...