mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
24 lines
465 B
JSON
24 lines
465 B
JSON
{
|
|
"plugins": [
|
|
{
|
|
"name": "Math",
|
|
"className": "Math",
|
|
"description": "Adds mathematical formulas to the editor.",
|
|
"path": "src/math.js",
|
|
"uiComponents": [
|
|
{
|
|
"name": "math",
|
|
"type": "Button",
|
|
"iconPath": "theme/icons/math.svg"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "AutoformatMath",
|
|
"className": "AutoformatMath",
|
|
"description": "Implements autoformatting with mathematical formulas.",
|
|
"path": "src/autoformatmath.js"
|
|
}
|
|
]
|
|
}
|