TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Weaver Components should offer a WYSIWYG component. #315

Closed jeremythuff closed 3 years ago

jeremythuff commented 3 years ago

This should wrap the tiny mce library:

https://www.tiny.cloud/docs-4x/integrations/angular2/

This should allow for the customization of the editor through @Input properties.

Here is an example of the tiny mce editor in angular:

https://tinymce.github.io/tinymce-angular/?path=/story/editor--iframe-editor

We could use a config json object for wholesale customization.