Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: load tinymce from assets.. #24

Open
bluscreen opened this issue Feb 8, 2018 · 9 comments
Open

Feature Request: load tinymce from assets.. #24

bluscreen opened this issue Feb 8, 2018 · 9 comments
Labels

Comments

@bluscreen
Copy link

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

@marucjmar
Copy link
Owner

Hi @bluscreen

Good idea 👍
Tomorrow I'll take care of it

@bluscreen
Copy link
Author

Hi marucjmar

any progress on this? otherwise I guess I'll have to manually install tinymce via node 🤕

@bluscreen
Copy link
Author

in case youre still interested, i got an approach running now using npm and ember browserify. its still quite brittle but it works..

@marucjmar
Copy link
Owner

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.

@bluscreen
Copy link
Author

bluscreen commented Mar 26, 2018 via email

@ziali088
Copy link

++ also waiting for this

@ziali088
Copy link

ziali088 commented Aug 16, 2018

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!

@marucjmar
Copy link
Owner

marucjmar commented Aug 16, 2018

@ziali088 can you show your environment.js config?
this solution does not help?

  ENV = {
  ...
   tinyMCE: {
      load: true,
      version: 4.5
    }
}

@ziali088
Copy link

Yes updating the config does fix it, but my concern was more of a now buggy version being the default :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants