angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

Combine plugins into one single HTTP request #288

Closed mcblum closed 7 years ago

mcblum commented 7 years ago

I don't know if this is a ui-tinymce issue or what but each instance of TinyMce is loading like 10 plugins and if there are a bunch of editors on one page it turns into many, many requests and takes quite a while. Any idea if there's a way to fix this and serve just one JS file?

deeg commented 7 years ago

This is more of a support request for TinyMCE. Ui-tinymce does not change how TinyMCE loads its plugins.

I would suggest checking out their plugins docs or posting a question on TinyMCE's StackOverflow

bmurphy-affirma-zz commented 6 years ago

@mcblum Did you ever find a solution to this? Trying to work around this same issue.

mcblum commented 6 years ago

@bmurphy-affirma I did not. I ended up moving on to Angular 5 and using Froala Editor and so far I'm happy with it.