|
|
|
@ -3,15 +3,21 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "Math",
|
|
|
|
"name": "Math",
|
|
|
|
"className": "Math",
|
|
|
|
"className": "Math",
|
|
|
|
"description": "Adds text to the editor.",
|
|
|
|
"description": "Adds mathematical formulas to the editor.",
|
|
|
|
"path": "src/math.ts",
|
|
|
|
"path": "src/math.js",
|
|
|
|
"uiComponents": [
|
|
|
|
"uiComponents": [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "math",
|
|
|
|
"name": "math",
|
|
|
|
"type": "Button",
|
|
|
|
"type": "Button",
|
|
|
|
"iconPath": "theme/icons/ckeditor.svg"
|
|
|
|
"iconPath": "theme/icons/math.svg"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "AutoformatMath",
|
|
|
|
|
|
|
|
"className": "AutoformatMath",
|
|
|
|
|
|
|
|
"description": "Implements autoformatting with mathematical formulas.",
|
|
|
|
|
|
|
|
"path": "src/autoformatmath.js"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|