newbthenewbd / grav-plugin-tinymce-editor

TinyMCE Editor Integration Plugin for Grav
Other
60 stars 10 forks source link

Upload unminified code #19

Closed Tamriel closed 6 years ago

Tamriel commented 6 years ago

The heart of this plugin is the JavaScript code in line 22 of the file tinymce.html.twig. Please share an unminified version of it, so other people are able to read and extend it.

newbthenewbd commented 6 years ago

Unfortunately I don't have a version like that, as I manually edit the manually since-ever-minified code :slightly_smiling_face:

I suppose a tool like https://www.unminifier.com/ might help a bit, although the Twig mess needs manual fixing afterwards, that being one of the reasons as to why my minifying is manual.

Edit: Of course, if You manage to figure out an unminified version, feel free to share. Unfortunately I am not currently able to create one.