-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
45 lines (45 loc) · 874 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
39
40
41
42
43
44
45
{
"name": "siyuan-plugin-blockref-footnote",
"author": "Achuan-2",
"url": "https://github.com/Achuan-2/siyuan-plugin-blockref-footnote",
"version": "1.3.0",
"minAppVersion": "3.1.13",
"backends": [
"windows",
"linux",
"darwin",
"docker",
"ios",
"android"
],
"frontends": [
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"desktop-window"
],
"displayName": {
"en_US": "FootnoteRef",
"zh_CN": "块引脚注"
},
"description": {
"en_US": "Use blockref to implement footnote and memo",
"zh_CN": "使用思源的块引实现脚注和备注功能"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
"https://www.yuque.com/achuan-2"
]
},
"keywords": [
"脚注",
"Footnote",
"备注",
"Memo"
]
}