generated from siyuan-note/plugin-sample-vite-svelte
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.json
55 lines (55 loc) · 1.36 KB
/
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
46
47
48
49
50
51
52
53
54
55
{
"name": "siyuan-oembed",
"author": "anarion80",
"url": "https://github.com/anarion80/siyuan-oembed",
"version": "0.1.2",
"minAppVersion": "3.1.12",
"backends": [
"windows",
"linux",
"darwin",
"docker",
"ios",
"android"
],
"frontends": [
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"desktop-window"
],
"displayName": {
"default": "Oembed and bookmark cards",
"en_US": "Oembed and bookmark cards",
"pl_PL": "Oembed i karty zakładek",
"zh_CN": "Oembed和书签卡片"
},
"description": {
"default": "A plugin that extracts oembed data from links and creates a Ghost CMS-style cards as bookmarks",
"en_US": "A plugin that extracts oembed data from links and creates a Ghost CMS-style cards as bookmarks",
"pl_PL": "Wtyczka wyodrębniająca dane oembed z linków i tworząca karty w stylu Ghost CMS jako zakładki",
"zh_CN": "一个从链接中提取oembed数据并且创建一个Ghost CMS-style卡片作为书签的插件"
},
"readme": {
"default": "README.md",
"en_US": "README.md",
"pl_PL": "README_pl_PL.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
"https://buymeacoffee.com/anarion"
]
},
"keywords": [
"plugin",
"oembed",
"siyuan",
"twitter",
"metadata",
"bookmark",
"cards",
"link"
]
}