我如何在tinymce中使用数学符号。 我使用角度ui为tinymce,通常它工作正常。 但我想插入数学符号。 像
有可能吗?
请帮帮我。提前谢谢。
答案 0 :(得分:1)
我开发了一些自定义插件解决方案:
请看一下:https://github.com/Axel186/graphs-tinymce-plugin
使用此插件,您可以使用MathFont(MathJax)
放置任何数学内容如果您对某些Graph编辑器感兴趣,可以使用函数构建可视化图形/图表,请查看:https://github.com/Axel186/graphs-tinymce-plugin
这些插件完全免费且拥有MIT许可证。使用它;)
答案 1 :(得分:0)
有两个很好的tinymce插件可以让你将数学公式插入到tinymce中。
答案 2 :(得分:-1)
有两个使用数学笔的兼容插件
您可以通过将代码放在tinymce plugins目录中来安装它们,将插件添加到插件和工具栏配置选项中,如下所示
tinymce.init({
selector: 'textarea',
plugins: 'mobileequationeditor',
content_css: '/tinymce/plugins/mobileequationeditor/mathquill.css',
toolbar: [
'mobileequationeditor'
],
});`