-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathcommunity-plugins.json
More file actions
30 lines (30 loc) · 1008 Bytes
/
community-plugins.json
File metadata and controls
30 lines (30 loc) · 1008 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
[
{
"id": "np.stockTicker",
"name": "Stock Ticker",
"author": "EduardMe",
"description": "Live stock portfolio tracker with real-time quotes and daily performance",
"repo": "EduardMe/noteplan-stock-ticker-plugin"
},
{
"id": "asktru.WeeklyReview",
"name": "Weekly Review Dashboard",
"author": "asktru",
"description": "Dashboard for reviewing projects and areas on a schedule with status tracking and inline task management",
"repo": "asktru/noteplan-weekly-review"
},
{
"id": "asktru.TaskZoom",
"name": "Task Zoom",
"author": "asktru",
"description": "Todoist-inspired task filtering dashboard with query language, saveable filters, and multiple grouping modes",
"repo": "asktru/noteplan-task-zoom"
},
{
"id": "asktru.Reflect",
"name": "Reflect",
"author": "asktru",
"description": "Sunsama-like daily planning workflow with focus, planning, shutdown, and highlights tabs",
"repo": "asktru/noteplan-reflect"
}
]