Skip to content

Commit 6203c82

Browse files
committed
0.1.5
1 parent 945eabd commit 6203c82

File tree

11 files changed

+391
-210
lines changed

11 files changed

+391
-210
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "time-tree",
33
"name": "Time Tree",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"minAppVersion": "0.15.0",
66
"description": "Track accumulated time spent on unlimited hierarchical tasks",
77
"author": "Lucas Lopes",

test-vault/.obsidian/bookmarks.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"items": [
33
{
44
"type": "graph",
5-
"ctime": 1741756607222,
5+
"ctime": 1742420082995,
66
"title": "Graph",
77
"options": {
88
"collapse-filter": true,
@@ -11,8 +11,23 @@
1111
"showAttachments": false,
1212
"hideUnresolved": false,
1313
"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+
],
1631
"collapse-display": true,
1732
"showArrow": false,
1833
"textFadeMultiplier": 0,
@@ -24,7 +39,7 @@
2439
"linkStrength": 1,
2540
"linkDistance": 30,
2641
"scale": 0.7132754626224425,
27-
"close": false
42+
"close": true
2843
}
2944
}
3045
]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
"custom-node-size",
33
"simple-time-tracker",
4-
"time-tree"
4+
"time-tree",
5+
"persistent-graph"
56
]

test-vault/.obsidian/graph.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@
88
"collapse-color-groups": false,
99
"colorGroups": [
1010
{
11-
"query": "file:root",
11+
"query": "[\"status\":todo]",
1212
"color": {
1313
"a": 1,
1414
"rgb": 14701138
1515
}
1616
},
1717
{
18-
"query": "path:Tasks ",
18+
"query": "[\"status\":done]",
1919
"color": {
2020
"a": 1,
21-
"rgb": 3975358
21+
"rgb": 5431378
2222
}
2323
}
2424
],
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,
3030
"collapse-forces": false,
31-
"centerStrength": 0.382568359375,
31+
"centerStrength": 0.697509765625,
3232
"repelStrength": 20,
3333
"linkStrength": 1,
34-
"linkDistance": 184,
35-
"scale": 0.389572078704501,
34+
"linkDistance": 30,
35+
"scale": 0.7132754626224425,
3636
"close": true
3737
}

test-vault/.obsidian/hotkeys.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,13 @@
7676
],
7777
"key": "1"
7878
}
79+
],
80+
"time-tree:toggle-status": [
81+
{
82+
"modifiers": [
83+
"Alt"
84+
],
85+
"key": "1"
86+
}
7987
]
8088
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
}

0 commit comments

Comments
 (0)