angular-editor
angular-editor copied to clipboard
A simple native WYSIWYG editor component for Angular 6 -14+
Thank you for this module. My app supports Dark Mode, and I'm having trouble customizing the style of angular-editor-toolbar (e.g. changing the background-color), especially since ::ng-deep is deprecated. Could its...
When using angular-editor under a shadow dom encapsulated component, it was throwing errors as it tried to find some elements by their id's using the global document api:  This...
If i add link in Editor, it add anchor tag but it doesn't add target _blank to open it in new tab. How i can add that?
Upon adding text alignment, existing styles get lost. Please see the below video. **Browser information:** Google Chrome Version 102.0.5005.115 (Official Build) (64-bit) https://user-images.githubusercontent.com/31800888/181487290-d7f07122-af48-402e-9858-9872b39200bb.mp4
Hi, I tried the demo verison hosted on https://angular-editor-wysiwyg.stackblitz.io/ and in my own project, but the color picker doesn't work in Safari, possibly because html5 color picker is not supported...
If we hide buttons they are still visible in DOM. And also that div should not be rendered. This is performance issue because we don't want that buttons in DOM....
I am trying to use `ae-select` to add custom template variables to display merge vars in my editor. **Options** ``` customOptions = [ { label: 'Name', value: '{{name}}', }, {...
I am trying on **Angular-14** and **angular-editor-2.2.0-beta.0**. The Editor icons are not loading.  Also, I could see these errors in the console. And I guess this...