forked from mdzz2048/siyuan-plugin-hsr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
38 lines (38 loc) · 907 Bytes
/
plugin.json
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
32
33
34
35
36
37
38
{
"name": "siyuan-plugin-hsr-mdzz2048-fork",
"author": "TCOTC",
"url": "https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork",
"version": "0.5.5",
"minAppVersion": "2.9.8",
"backends": ["windows", "linux", "darwin", "docker"],
"frontends": ["desktop", "browser-desktop"],
"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": {
"openCollective": "",
"patreon": "",
"github": "",
"custom": [
"https://afdian.com/a/JeffreyChen"
]
},
"keywords": [
"文档",
"高亮",
"搜索",
"Ctrl+F",
"document",
"highlight",
"search"
]
}