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

Angular2 CKEditor component

Results 17 ng2-ckeditor issues
Sort by recently updated
recently updated
newest added

How to replace selected text with different text or more on to add style . For example if i select any text from editor and click on bold button it...

Cannot find the bundled `lib/index.js` in the installed package through `npm install ng2-ckeditor` . Here is the package structure: ![image](https://user-images.githubusercontent.com/1156770/163452118-15a52444-de96-404c-8e66-8f5f3183854d.png)

I get this error message in the browser console `ERROR Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'create') TypeError: Cannot read properties of undefined (reading 'create')...

Hi Team, I have used ng2-ckeditor in my angular application. Currently I am facing issue related to table selection is not working inside the ck editor component. When I first...

Hi! I'm working on an Angular project with `strictTemplates` enabled, and am running into a problem with `ng2-ckeditor`, where the output of the `(change)` output binding is typed as `CKEDITOR.eventInfo`...

Hello there, I have added/configured custom tag format for ckeditor as follow. `format_Heading1:{element:"h1", name: "Heading 1", attributes: { class: 'article' },},` `format_Heading1Unnumbered:{element:"p", name: "Heading 1 Unnumbered", attributes:{'class':'Heading1Unnumbered'}},` `format_Heading2:{element:"h2", name: "Heading...

help wanted

The idea is to remove step ``` Include CKEditor javascript files in your application : ``` and make editor JS loaded only in first component creation, see [official package code](https://github.com/ckeditor/ckeditor4-angular/blob/master/src/ckeditor/ckeditor.component.ts#L256)...

Hi, I would like to ask the community if there is interest on having a component like this but for the new ckeditor version 5. [https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/index.html](url)

enhancement

First attempt in branch `ck-inline-mode` : https://github.com/chymz/ng2-ckeditor/commit/7b235398fb361fa9023833bc285a904b0546bc37 **(outdated)**

enhancement

Hi everyone, I've got a lot of work on my side and don't have time to properly work on this project. So, if anyone is interested to work on this,...

important