jodit / jodit-angular

Angular wrapper for Jodit && Hey. Due to the fact that I do not use Angular in my projects, I cannot fix plugin errors in a timely manner. If you want the plugin to develop, send PR or better become a contributor
MIT License
48 stars 35 forks source link

Custom Rendering for Jodit-Angular #82

Open SixStrings89 opened 3 years ago

SixStrings89 commented 3 years ago

Hi,

I'm writing a app with a basic content management system using Jodit. For dynamic reasons, i had to use a angular specific package named ngx-dynamic-hooks which allows me to rerender the whole tree when using app-specific selectors in [innerHTML] tags (used on div-tags).

Now it would nice to use this feature with Jodit. For this purpose, ngx-dynamic-hooks has an option to call the render-method progammatically.

Is there any possibility, to intercept the html-renderprocess of jodit and call another render-process?

Thanks for your reply.

Best