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

Use CKEDITOR.getUrl when referencing style sheets #55

Closed
glen-84 opened this issue Mar 4, 2019 · 5 comments
Closed

Use CKEDITOR.getUrl when referencing style sheets #55

glen-84 opened this issue Mar 4, 2019 · 5 comments
Assignees
Milestone

Comments

@glen-84
Copy link

glen-84 commented Mar 4, 2019

wsc.css is referenced without using CKEDITOR.getUrl.

I can send a PR, but it'll probably be a lot faster for you to just make the changes yourself (1 line).

See also:

@jshaptala
Copy link
Member

Hi @glen-84, our team will review this request and get back with the comments as soon as possible.

@jshaptala
Copy link
Member

@glen-84, please see our comments in the related issue.

@jshaptala
Copy link
Member

@glen-84, we will add this small enhancement as a part of our next release 5.4.0. ETA: end of March, beginning of April 2019.

@jshaptala jshaptala added this to the 5.4.0 milestone Mar 13, 2019
@AAbakumov
Copy link

AAbakumov commented Apr 3, 2019

@glen-84 5.4.0 was released. Enhancement was included.
Please note that change will be included to the next minor CKEditor release.

But if you want it ASAP you can build CKEditor with or latest plugin using next manual:

Checkout CKEditor 4+ from github.com

  1. Create folder: ‘ckeditor’
  2. Open Git Bash
  3. In Git Bash: go to ‘ckeditor’ local folder: cd ../ckeditor
  4. Perform for testing purpose: git clone https://github.com/ckeditor/ckeditor-dev.git
  5. Perform for delivery purpose:
    git clone https://github.com/ckeditor/ckeditor-dev.git
    git checkout tags/number_of_tag
  6. Add SCAYT and WSC plugins
  7. Go to checked out local folder:
    cd ../ckeditor/ckeditor-dev/plugins

Clone scayt and wsc plugins

  1. Clone scayt and wsc plugins
    git clone https://github.com/WebSpellChecker/ckeditor-plugin-scayt.git scayt
    git clone https://github.com/WebSpellChecker/ckeditor-plugin-wsc.git wsc
    (if you need clone not a master branch, you need to use next command in GitBush:
  2. git clone -b another_branch https://github.com/WebSpellChecker/ckeditor-plugin-scayt.git )
  3. Go to checked out local folder: cd ../ckeditor/ckeditor-dev
  4. Update config.js file with: 'scayt,' + and 'wsc,' + before selectall and wysiwygarea correspondingly

Build CKEditor 4

  1. Go to builder folder: cd ../ckeditor/ckeditor-dev/dev/builder/
  2. Update …/dev/builder/build-config.js file with: scayt: 1, and wsc: 1, before selectall and wysiwygarea correspondingly
  3. cd ../ckeditor/ckeditor-dev/dev/builder using GitBush
  4. Build CKEditor 4: sh build.sh using GitBush
  5. Builded CKEditor 4 is located in ‘release’ folder

@glen-84
Copy link
Author

glen-84 commented Apr 3, 2019

Thank you! 🙂

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

No branches or pull requests

4 participants