File tree Expand file tree Collapse file tree 11 files changed +391
-210
lines changed Expand file tree Collapse file tree 11 files changed +391
-210
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " time-tree" ,
3
3
"name" : " Time Tree" ,
4
- "version" : " 0.1.4 " ,
4
+ "version" : " 0.1.5 " ,
5
5
"minAppVersion" : " 0.15.0" ,
6
6
"description" : " Track accumulated time spent on unlimited hierarchical tasks" ,
7
7
"author" : " Lucas Lopes" ,
Original file line number Diff line number Diff line change 2
2
"items" : [
3
3
{
4
4
"type" : " graph" ,
5
- "ctime" : 1741756607222 ,
5
+ "ctime" : 1742420082995 ,
6
6
"title" : " Graph" ,
7
7
"options" : {
8
8
"collapse-filter" : true ,
11
11
"showAttachments" : false ,
12
12
"hideUnresolved" : false ,
13
13
"showOrphans" : true ,
14
- "collapse-color-groups" : true ,
15
- "colorGroups" : [],
14
+ "collapse-color-groups" : false ,
15
+ "colorGroups" : [
16
+ {
17
+ "query" : " [\" status\" :todo]" ,
18
+ "color" : {
19
+ "a" : 1 ,
20
+ "rgb" : 14701138
21
+ }
22
+ },
23
+ {
24
+ "query" : " [\" status\" :done]" ,
25
+ "color" : {
26
+ "a" : 1 ,
27
+ "rgb" : 5431378
28
+ }
29
+ }
30
+ ],
16
31
"collapse-display" : true ,
17
32
"showArrow" : false ,
18
33
"textFadeMultiplier" : 0 ,
24
39
"linkStrength" : 1 ,
25
40
"linkDistance" : 30 ,
26
41
"scale" : 0.7132754626224425 ,
27
- "close" : false
42
+ "close" : true
28
43
}
29
44
}
30
45
]
Original file line number Diff line number Diff line change 1
1
[
2
2
" custom-node-size" ,
3
3
" simple-time-tracker" ,
4
- " time-tree"
4
+ " time-tree" ,
5
+ " persistent-graph"
5
6
]
Original file line number Diff line number Diff line change 8
8
"collapse-color-groups" : false ,
9
9
"colorGroups" : [
10
10
{
11
- "query" : " file:root " ,
11
+ "query" : " [ \" status \" :todo] " ,
12
12
"color" : {
13
13
"a" : 1 ,
14
14
"rgb" : 14701138
15
15
}
16
16
},
17
17
{
18
- "query" : " path:Tasks " ,
18
+ "query" : " [ \" status \" :done] " ,
19
19
"color" : {
20
20
"a" : 1 ,
21
- "rgb" : 3975358
21
+ "rgb" : 5431378
22
22
}
23
23
}
24
24
],
25
- "collapse-display" : false ,
26
- "showArrow" : true ,
27
- "textFadeMultiplier" : -1 ,
28
- "nodeSizeMultiplier" : 2.51789957682292 ,
29
- "lineSizeMultiplier" : 5 ,
25
+ "collapse-display" : true ,
26
+ "showArrow" : false ,
27
+ "textFadeMultiplier" : 0 ,
28
+ "nodeSizeMultiplier" : 1 ,
29
+ "lineSizeMultiplier" : 1 ,
30
30
"collapse-forces" : false ,
31
- "centerStrength" : 0.382568359375 ,
31
+ "centerStrength" : 0.697509765625 ,
32
32
"repelStrength" : 20 ,
33
33
"linkStrength" : 1 ,
34
- "linkDistance" : 184 ,
35
- "scale" : 0.389572078704501 ,
34
+ "linkDistance" : 30 ,
35
+ "scale" : 0.7132754626224425 ,
36
36
"close" : true
37
37
}
Original file line number Diff line number Diff line change 76
76
],
77
77
"key" : " 1"
78
78
}
79
+ ],
80
+ "time-tree:toggle-status" : [
81
+ {
82
+ "modifiers" : [
83
+ " Alt"
84
+ ],
85
+ "key" : " 1"
86
+ }
79
87
]
80
88
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "id" : " persistent-graph" ,
3
+ "name" : " Persistent Graph" ,
4
+ "version" : " 0.1.5" ,
5
+ "minAppVersion" : " 0.12.0" ,
6
+ "description" : " Adds commands to save and restore the positions of nodes on the global graph view" ,
7
+ "author" : " Sanqui" ,
8
+ "authorUrl" : " https://sanqui.net" ,
9
+ "isDesktopOnly" : false
10
+ }
You can’t perform that action at this time.
0 commit comments