ember-ckeditor icon indicating copy to clipboard operation
ember-ckeditor copied to clipboard

Exposes CKEditor via friendly Ember Components

Results 8 ember-ckeditor issues
Sort by recently updated
recently updated
newest added

``` DEPRECATION: The `vendor-prefix` hook used in ember-cli-ckeditor is deprecated. The addon should generate a module and have consumers `require` it. ```

``` $ ember -v version: 0.2.7 node: 1.8.1 npm: 2.11.0 ``` Repro steps: ``` $ ember new whatever $ cd whatever $ ember install ember-ckeditor $ ember build -e production...

In contentForm method you return "window.CKEDITOR_BASEPATH = '/assets/ckeditor/';" but when application environment have modulePrefix and baseURL for example 'v2' then asset have wrong path

right now i'm using the `ckeditor` bower package, which is minified in advance. not very friendly for debugging purposes. i'd like to look into how we can get their development...

I would like to make the toolbar configurable as a separate component

curious what thoughts people have around configuring the plugins to be used with ckeditor?