ember-cli-tinymce
ember-cli-tinymce copied to clipboard
Feature Request: load tinymce from assets..
Hi marucjmar
I would very much prefer to load the tinymce locally instead of cdn.tinymce.com Do you think you can integrate this feature?
Cheers Daniel
Hi @bluscreen
Good idea 👍
Tomorrow I'll take care of it
Hi marucjmar
any progress on this? otherwise I guess I'll have to manually install tinymce via node :face_with_head_bandage:
in case youre still interested, i got an approach running now using npm and ember browserify. its still quite brittle but it works..
I'm working on it. You can see my progress on branch load-from-assets
. In dev environment work correctly, but not when build production app.
Hi thats probably due to minification and or fingerprinting. You can disable this in ember cli build config. Cheers Daniel
Marcin Lazar [email protected] schrieb am Mo., 26. März 2018, 09:32:
I'm working on it. You can see my progress on branch load-from-assets. In dev environment work correctly, but not when build production app.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/marucjmar/ember-cli-tinymce/issues/24#issuecomment-376072389, or mute the thread https://github.com/notifications/unsubscribe-auth/AFPtJZcmbnsSUxgmqtd_FOKj4hzXTkJVks5tiJmmgaJpZM4R_BF1 .
++ also waiting for this
Hi @marucjmar,
Could you roll this out? ember-cli-tinymce is always using tinymce version 4.4 for me and that has a bug with image attachments that's affecting me and is fixed in later versions (link to issue).
Thanks for the contribution!
@ziali088 can you show your environment.js config? this solution does not help?
ENV = {
...
tinyMCE: {
load: true,
version: 4.5
}
}
Yes updating the config does fix it, but my concern was more of a now buggy version being the default :)