-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathplugin.json
More file actions
56 lines (56 loc) · 1.51 KB
/
plugin.json
File metadata and controls
56 lines (56 loc) · 1.51 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "siyuan-plugin-task-note-management",
"author": "Achuan-2",
"url": "https://github.com/Achuan-2/siyuan-plugin-task-note-management",
"version": "6.8.1",
"minAppVersion": "3.6.4",
"backends": [
"windows",
"linux",
"darwin",
"docker",
"ios",
"android",
"harmony"
],
"frontends": [
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"desktop-window"
],
"disabledInPublish": true,
"displayName": {
"default": "Task Note Management",
"zh_CN": "任务笔记管理"
},
"description": {
"default": "A plugin for SiYuan Note that implements task management features, developed to practice the Bullet Journal method. It supports document and block reminders, calendar view for scheduling, Pomodoro focus timer, and more.",
"zh_CN": "一款在思源笔记里实现任务管理功能的插件,为了践行「防弹笔记法」而开发。支持电脑端和移动端系统通知提醒任务执行、日历视图查看行事历、项目管理、四象限面板、番茄钟专注、习惯打卡等功能"
},
"readme": {
"default": "README_en_US.md",
"zh_CN": "README.md"
},
"funding": {
"custom": [
"https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/20241128221208-2024-11-28.png"
]
},
"keywords": [
"reminder",
"time",
"calendar",
"notification",
"提醒",
"时间",
"日历",
"通知",
"番茄钟",
"四象限",
"任务管理",
"项目管理",
"习惯打卡"
]
}