-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
42 lines (42 loc) · 917 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
{
"name": "siyuan-dailynote-today",
"author": "frostime",
"displayName": {
"zh_CN": "今日笔记",
"en_US": "Daily Note Today"
},
"url": "https://github.com/frostime/siyuan-dailynote-today",
"version": "1.7.3",
"minAppVersion": "3.1.7",
"description": {
"zh_CN": "自动创建日记 + 快速打开日记 + 日程 TODO 管理 + 移动块功能",
"en_US": "Automatically open today's notes + Quickly open today's notes + TODO mangagement for today + Move blocks"
},
"readme": {
"zh_CN": "README_zh_CN.md",
"en_US": "README_en_US.md"
},
"i18n": [
"en_US",
"zh_CN"
],
"funding": {
"openCollective": "",
"patreon": "",
"github": "",
"custom": [
"https://afdian.net/a/frostime"
]
},
"keywords": [
"dailynote",
"diary",
"日记",
"笔记",
"日程",
"TODO",
"待办",
"预约",
"reservation"
]
}