tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
324 stars 93 forks source link

Can we integration (@wiris/mathtype-tinymce4) package ? #107

Closed Asifislam110 closed 4 years ago

Asifislam110 commented 5 years ago

I am using following configuration in angular template.but not displaying (chem,formula) icons.

<editor apiKey="{{key}}" [init]="{ external_plugins: { 'tiny_mce_wiris' : '{{ServerPath}}/mathtype-tinymce4/plugin.min.js' }, toolbar: 'tiny_mce_wiris_formulaEditor,tiny_mce_wiris_formulaEditorChemistry' }">

SimonFc commented 5 years ago

It looks like it should work(I took a look at the mathtype-tinymce4 readme). Do you get any errors?