forked from mdzz2048/siyuan-plugin-hsr
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 692 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 692 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
{
"name": "siyuan-plugin-hsr-mdzz2048-fork",
"author": "TCOTC",
"url": "https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork",
"version": "0.9.1",
"minAppVersion": "3.1.0",
"backends": ["all"],
"frontends": ["all"],
"disabledInPublish": false,
"displayName": {
"default": "Document Highlight Search",
"zh_CN": "文档高亮搜索"
},
"description": {
"default": "Search in the current document and highlight the search results",
"zh_CN": "在当前文档搜索,并高亮搜索结果"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {"custom": ["https://bento.me/jeffff"]},
"keywords": ["Ctrl+F"]
}