-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 886 Bytes
/
Copy pathplugin.json
File metadata and controls
31 lines (31 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "siyuan-plugin-callout-enhance",
"author": "QMike0",
"url": "https://github.com/QMike0/siyuan-plugin-callout-enhance",
"version": "0.2.7",
"minAppVersion": "3.6.0",
"backends": [
"all"
],
"frontends": [
"all"
],
"disabledInPublish": false,
"displayName": {
"default": "Callout Enhance",
"zh_CN": "Callout 增强"
},
"description": {
"default": "Optimize the callout block style, and provide features such as quick title editing, collapse/expand, autocomplete menu, type menu, appearance customization, and type management",
"zh_CN": "优化callout块样式,并提供标题快速编辑、折叠/展开、补全菜单、类型菜单、外观自定义与类型管理等功能"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"keywords": [
"提示块",
"callout",
"Callout"
]
}