-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
46 lines (46 loc) · 922 Bytes
/
plugin.json
File metadata and controls
46 lines (46 loc) · 922 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "utools-logseq-saver",
"version": "0.0.1",
"pluginName": "快速保存至 Logseq",
"description": "快速保存文本、图片、视频等到 Logseq",
"logo": "logo.png",
"preload": "preload.js",
"features": [
{
"code": "save_to_logseq",
"explain": "保存至Logseq",
"cmds": [
"save to logseq",
{
"type": "over",
"label": "保存至Logseq"
},
{
"type": "img",
"label": "保存至Logseq"
},
{
"type": "files",
"label": "保存至Logseq",
"fileRype": "file"
}
]
},
{
"code": "configs",
"explain": "设置",
"cmds": ["Configs"]
},
{
"code": "search",
"explain": "搜索",
"cmds": [
"search",
{
"type": "over",
"label": "搜索"
}
]
}
]
}