forked from b8l8u8e8/siyuan-plugin-share
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (31 loc) · 1.05 KB
/
Copy pathplugin.json
File metadata and controls
33 lines (31 loc) · 1.05 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
{
"name": "siyuan-plugin-share",
"author": "取舍",
"url": "https://github.com/b8l8u8e8/siyuan-plugin-share",
"version": "0.5.3",
"minAppVersion": "2.9.0",
"disabledInPublish": true,
"backends": [
"all"
],
"frontends": [
"all"
],
"displayName": {
"default": "SiYuan Share",
"zh_CN": "思源分享"
},
"description": {
"default": "A free SiYuan Notes sharing plugin that supports generating share links for notebooks, individual documents, and documents with their sub-documents. It allows you to set an access password, expiration time, visitor limit, and view an overview of access to the shared content.",
"zh_CN": "一款免费的思源笔记分享插件,支持将笔记本、单篇文档、文档及子文档生成分享链接,设置访问密码、到期时间、访客人数限制,并可以查看分享内容的访问概览。"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"keywords": [
"share",
"markdown",
"分享"
]
}