newbthenewbd / grav-plugin-tinymce-editor

TinyMCE Editor Integration Plugin for Grav

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open the sources

Tamriel opened this issue · comments

commented

To allow people to improve the code, it would be useful to see the js code e.g. in js/tinymce/plugins/image/plugin.min.js unminified.
With each release, the code could be minified for use in production.

Per the license, the code under js/tinymce is not owned by me, being simply an unzipped (and currently outdated, due to some unfortunate compatibility concerns) version from the official TinyMCE distribution with the language packs added. As such, it shall not be changed to fit the integration plugin better, making the complication of distributing its unminified version in the develop branch unnecessary in my opinion.

However, if You want to locally use a different version of TinyMCE, it can probably be downloaded from here. Note that the next time the integration plugin gets an update, the files will unfortunately get overridden, until I figure out a better way to store a local TinyMCE version without running into legal trouble.

commented

Thanks for the clarification! :-)
I thought the code was written by you.