generated from siyuan-note/plugin-sample
-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
55 lines (55 loc) · 1.77 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": "sy-tomato-plugin",
"author": "IAliceBobI",
"url": "https://github.com/IAliceBobI/sy-tomato-plugin",
"version": "3.0.24",
"minAppVersion": "3.0.3",
"backends": [
"all"
],
"frontends": [
"all"
],
"displayName": {
"default": "Tomato Toolbox",
"zh_CN": "番茄工具箱"
},
"description": {
"default": "Status Bar Pomodoro, Annotation, Bottom Backlinks, Sync Blocks, Block Relationship Graph, Text to Reference, Flash Idea via Camera, Reading Points, Two-Way Mutual Links, AI Knowledge Base Q&A, Streaming AI, Database Backlinks, Flashcard Priority, Document Merge, Recurring Reminders, Delete Cards During Review, Flashcard Image Cloze, Move to Today's Notes, Clean Up Invalid Flashcards",
"zh_CN": "状态栏番茄钟、批注、底部反链、同步块、块关系图、文本转引用、拍照闪念、阅读点、双向互链、AI知识库问答、流式AI、数据库反链、闪卡优先级、文档合并、定期提醒、复习时删卡、闪卡图片挖空、移到今日笔记、清理失效闪卡"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"openCollective": "",
"patreon": "",
"github": "",
"custom": [
"https://afdian.com/a/playerv5"
]
},
"keywords": [
"TomatoClock",
"Time management",
"Productivity",
"Pomodoro technique",
"Timer plugin",
"Task scheduling",
"Focus sessions",
"Work intervals",
"Breaks",
"Time tracking",
"Timeboxing",
"Time optimization",
"Efficiency",
"Work-life balance",
"Distraction management",
"Task prioritization",
"Time blocking",
"Time visualization",
"Progress tracking",
"Goal setting"
]
}