-
Notifications
You must be signed in to change notification settings - Fork 11
/
templates.addition.json
59 lines (59 loc) · 1.06 KB
/
templates.addition.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
56
57
58
59
{
"templates":
[
{
"name": "Daily Planner",
"filename": "daily_planner",
"iconCode": "\ue9da",
"categories": [
"Life/organize",
"Custom"
]
},
{
"name": "Weekly Planner",
"filename": "weekly_planner",
"iconCode": "\ue997",
"categories": [
"Life/organize",
"Custom"
]
},
{
"name": "Journal",
"filename": "journal",
"iconCode": "\ue991",
"categories": [
"Life/organize",
"Custom"
]
},
{
"name": "1:1 / Meeting Notes",
"filename": "meeting_notes",
"iconCode": "\ue9d8",
"categories": [
"Life/organize",
"Custom"
]
},
{
"name": "Smart Goals",
"filename": "goals",
"iconCode": "\ue98f",
"categories": [
"Life/organize",
"Custom"
]
},
{
"name": "Good Time Journal",
"filename": "gt_journal",
"iconCode": "\ue9b2",
"categories": [
"Life/organize",
"Custom"
]
}
]
}