Krzysztof Zimny

Results 30 comments of Krzysztof Zimny

I have exactly the same issue. I have the angular web (non code-shared) project installed on my local machine. The image is added as follow ``. Then compile with `tns...

Seems to not work with tns preview...

Please check the implementation on [stackblitz](https://stackblitz.com/edit/ng2-ckeditor)

As mentioned in [task 172](https://github.com/chymz/ng2-ckeditor/issues/172) I will help where I can help 😄 I would try to answer questions as I did in the past. We are using ng2-ckeditor in...

Add a custom button to your editor with click event as shown [here](https://github.com/chymz/ng2-ckeditor/issues/96). To get the selected text use getSelection() method as shown [here](https://github.com/chymz/ng2-ckeditor/issues/245)

Your questions are out of scope of ng2-ckeditor. For more information how ckeditor works please refere the ckeditor [documentation](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_element.html). Yes, you can replace the text or add your own element....

@figuerres: All things come to him who waits! As you mentioned CKEditor 5 did not have an official stable release yet ([read at the page bottom](https://cdn.ckeditor.com/)). And in the following...

Could you please explain a little bit more what is a table selection? How do you select the table? Does the focus not work or are you going to select...

I think the described behavior depends on your component rather on ng2-ckeditor. If you load the editor in modal window, close it and open again you will get new instance...