Hello everyone,
I would like to ask to you some advices about developing a TinyMCE plugin.
I have HTML (HTML has some classes/id related to CSS and JS), CSS and Javascript.
How I should structure my plugin to implement everything? Should I put the HTML into a mustache file? What about my functions on JS?
I just want to learn to build better my plugin :D
Thank you!