mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"plugins": [
|
|
{
|
|
"name": "Keyboard marker",
|
|
"className": "KeyboardMarker",
|
|
"description": "Adds text to the editor.",
|
|
"path": "src/keyboardmarker.ts",
|
|
"uiComponents": [
|
|
{
|
|
"name": "keyboardMarker",
|
|
"type": "Button",
|
|
"iconPath": "theme/icons/kbd.svg"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|