-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
53 lines (53 loc) · 1.25 KB
/
Copy pathplugin.json
File metadata and controls
53 lines (53 loc) · 1.25 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "siyuan-finder-plugin",
"author": "游夏",
"url": "https://github.com/fujingzhai/siyuan-finder-plugin",
"funding": {
"custom": [
"https://fastly.jsdelivr.net/gh/fujingzhai/siyuan-finder-plugin@main/assets/sponsor-wechat.png",
"https://fastly.jsdelivr.net/gh/fujingzhai/siyuan-finder-plugin@main/assets/sponsor-alipay.jpg"
]
},
"version": "0.9.13",
"minAppVersion": "3.6.0",
"backends": [
"windows",
"linux",
"darwin"
],
"frontends": [
"desktop",
"desktop-window",
"browser-desktop"
],
"displayName": {
"default": "Finder",
"zh_CN": "访达"
},
"description": {
"default": "A Finder-style column browser for navigating and organizing SiYuan notebooks and documents, with a document preview at the right.",
"zh_CN": "思源笔记的分栏文件浏览器:以列视图方式浏览、整理笔记本与文档,右端附当前文档的预览面板。"
},
"readme": {
"default": "README.md",
"zh_CN": "README.md"
},
"keywords": [
"finder",
"访达",
"分栏",
"columns",
"文件浏览",
"导航",
"navigation",
"文档树",
"排序",
"sort",
"预览",
"preview",
"搜索",
"search",
"标签",
"tags"
]
}