Skip to content

Commit 4f35bc3

Browse files
committed
Update Obsidian appearance and workspace configuration
1 parent 83a1a7f commit 4f35bc3

File tree

7 files changed

+244
-23
lines changed

7 files changed

+244
-23
lines changed

.obsidian/app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.obsidian/appearance.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"accentColor": ""
3+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"file-explorer": true,
3+
"global-search": true,
4+
"switcher": true,
5+
"graph": true,
6+
"backlink": true,
7+
"canvas": true,
8+
"outgoing-link": true,
9+
"tag-pane": true,
10+
"properties": false,
11+
"page-preview": true,
12+
"daily-notes": true,
13+
"templates": true,
14+
"note-composer": true,
15+
"command-palette": true,
16+
"slash-command": false,
17+
"editor-status": true,
18+
"bookmarks": true,
19+
"markdown-importer": false,
20+
"zk-prefixer": false,
21+
"random-note": false,
22+
"outline": true,
23+
"word-count": true,
24+
"slides": false,
25+
"audio-recorder": false,
26+
"workspaces": false,
27+
"file-recovery": true,
28+
"publish": false,
29+
"sync": false
30+
}

.obsidian/core-plugins.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
"file-explorer",
3+
"global-search",
4+
"switcher",
5+
"graph",
6+
"backlink",
7+
"canvas",
8+
"outgoing-link",
9+
"tag-pane",
10+
"page-preview",
11+
"daily-notes",
12+
"templates",
13+
"note-composer",
14+
"command-palette",
15+
"editor-status",
16+
"bookmarks",
17+
"outline",
18+
"word-count",
19+
"file-recovery"
20+
]

.obsidian/workspace.json

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
{
2+
"main": {
3+
"id": "2d2b21576f3627a3",
4+
"type": "split",
5+
"children": [
6+
{
7+
"id": "6590e35ac182c233",
8+
"type": "tabs",
9+
"children": [
10+
{
11+
"id": "237f140106703c68",
12+
"type": "leaf",
13+
"state": {
14+
"type": "markdown",
15+
"state": {
16+
"file": "README.md",
17+
"mode": "source",
18+
"source": false
19+
}
20+
}
21+
}
22+
]
23+
}
24+
],
25+
"direction": "vertical"
26+
},
27+
"left": {
28+
"id": "663d6c089b2068e2",
29+
"type": "split",
30+
"children": [
31+
{
32+
"id": "f8d830127491ffec",
33+
"type": "tabs",
34+
"children": [
35+
{
36+
"id": "c19e31c42b3bf7b3",
37+
"type": "leaf",
38+
"state": {
39+
"type": "file-explorer",
40+
"state": {
41+
"sortOrder": "alphabetical"
42+
}
43+
}
44+
},
45+
{
46+
"id": "a04090359ad929a3",
47+
"type": "leaf",
48+
"state": {
49+
"type": "search",
50+
"state": {
51+
"query": "",
52+
"matchingCase": false,
53+
"explainSearch": false,
54+
"collapseAll": false,
55+
"extraContext": false,
56+
"sortOrder": "alphabetical"
57+
}
58+
}
59+
},
60+
{
61+
"id": "a7198f90fd5daff2",
62+
"type": "leaf",
63+
"state": {
64+
"type": "bookmarks",
65+
"state": {}
66+
}
67+
}
68+
]
69+
}
70+
],
71+
"direction": "horizontal",
72+
"width": 300
73+
},
74+
"right": {
75+
"id": "40cb1f4e980e3acc",
76+
"type": "split",
77+
"children": [
78+
{
79+
"id": "3d3be4efb38e68eb",
80+
"type": "tabs",
81+
"children": [
82+
{
83+
"id": "d39fc4a43304c08b",
84+
"type": "leaf",
85+
"state": {
86+
"type": "backlink",
87+
"state": {
88+
"file": "README.md",
89+
"collapseAll": false,
90+
"extraContext": false,
91+
"sortOrder": "alphabetical",
92+
"showSearch": false,
93+
"searchQuery": "",
94+
"backlinkCollapsed": false,
95+
"unlinkedCollapsed": true
96+
}
97+
}
98+
},
99+
{
100+
"id": "faf04880efc3ddf5",
101+
"type": "leaf",
102+
"state": {
103+
"type": "outgoing-link",
104+
"state": {
105+
"file": "README.md",
106+
"linksCollapsed": false,
107+
"unlinkedCollapsed": true
108+
}
109+
}
110+
},
111+
{
112+
"id": "8b7f0f154075fc5d",
113+
"type": "leaf",
114+
"state": {
115+
"type": "tag",
116+
"state": {
117+
"sortOrder": "frequency",
118+
"useHierarchy": true
119+
}
120+
}
121+
},
122+
{
123+
"id": "1dbf5c7092a82d57",
124+
"type": "leaf",
125+
"state": {
126+
"type": "outline",
127+
"state": {
128+
"file": "README.md"
129+
}
130+
}
131+
}
132+
]
133+
}
134+
],
135+
"direction": "horizontal",
136+
"width": 300,
137+
"collapsed": true
138+
},
139+
"left-ribbon": {
140+
"hiddenItems": {
141+
"switcher:Open quick switcher": false,
142+
"graph:Open graph view": false,
143+
"canvas:Create new canvas": false,
144+
"daily-notes:Open today's daily note": false,
145+
"templates:Insert template": false,
146+
"command-palette:Open command palette": false
147+
}
148+
},
149+
"active": "237f140106703c68",
150+
"lastOpenFiles": [
151+
"Contribution.md"
152+
]
153+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"accentColor": ""
2+
"accentColor": "",
3+
"theme": "obsidian"
34
}

CompanyConfig_newstyle/.obsidian/workspace.json

Lines changed: 35 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,26 @@
1313
"state": {
1414
"type": "markdown",
1515
"state": {
16-
"file": "Default/PhaseConfig/ArtIntegration/phaseprompt.md",
16+
"file": "Default/PhaseConfig/Coding/phaseprompt.md",
17+
"mode": "source",
18+
"source": false
19+
}
20+
}
21+
},
22+
{
23+
"id": "4d0827854dbb6afa",
24+
"type": "leaf",
25+
"state": {
26+
"type": "markdown",
27+
"state": {
28+
"file": "Default/PhaseConfig/Coding/phaseprompt.md",
1729
"mode": "source",
1830
"source": false
1931
}
2032
}
2133
}
22-
]
34+
],
35+
"currentTab": 1
2336
}
2437
],
2538
"direction": "vertical"
@@ -85,7 +98,7 @@
8598
"state": {
8699
"type": "backlink",
87100
"state": {
88-
"file": "Default/PhaseConfig/ArtIntegration/phaseprompt.md",
101+
"file": "Default/PhaseConfig/Coding/phaseprompt.md",
89102
"collapseAll": false,
90103
"extraContext": false,
91104
"sortOrder": "alphabetical",
@@ -102,7 +115,7 @@
102115
"state": {
103116
"type": "outgoing-link",
104117
"state": {
105-
"file": "Default/PhaseConfig/ArtIntegration/phaseprompt.md",
118+
"file": "Default/PhaseConfig/Coding/phaseprompt.md",
106119
"linksCollapsed": false,
107120
"unlinkedCollapsed": true
108121
}
@@ -125,7 +138,7 @@
125138
"state": {
126139
"type": "outline",
127140
"state": {
128-
"file": "Default/PhaseConfig/ArtIntegration/phaseprompt.md"
141+
"file": "Default/PhaseConfig/Coding/phaseprompt.md"
129142
}
130143
}
131144
}
@@ -146,28 +159,34 @@
146159
"command-palette:Open command palette": false
147160
}
148161
},
149-
"active": "28cd338c4b0c5740",
162+
"active": "4d0827854dbb6afa",
150163
"lastOpenFiles": [
151-
"Default/PhaseConfig/ArtIntegration/assistantrolename.md",
152-
"Default/PhaseConfig/ArtIntegration/phaseprompt.md",
153-
"Default/PhaseConfig/TestErrorSummary/userrolename.md",
154-
"Default/ChatChainConfig/recruits.md",
164+
"Default/PhaseConfig/Coding/assistantrolename.md",
165+
"Default/PhaseConfig/DemandAnalysis/phaseprompt.md",
166+
"Default/ChatChainConfig/chain.md",
167+
"Default/ChatChainConfig/brainstorming.md",
155168
"Default/ChatChainConfig/selfimprove.md",
169+
"Default/ChatChainConfig/recruits.md",
156170
"Default/ChatChainConfig/incrementaldevelop.md",
157171
"Default/ChatChainConfig/guidesign.md",
158172
"Default/ChatChainConfig/gitmanagement.md",
159173
"Default/ChatChainConfig/clearstructure.md",
160-
"Default/ChatChainConfig/chain.md",
161-
"Default/ChatChainConfig/brainstorming.md",
174+
"Default/PhaseConfig/EnvironmentDoc/phaseprompt.md",
175+
"Default/PhaseConfig/EnvironmentDoc/assistantrolename.md",
176+
"Default/PhaseConfig/ArtDesign/phaseprompt.md",
177+
"Default/PhaseConfig/ArtDesign/assistantrolename.md",
178+
"Default/PhaseConfig/CodeComplete/phaseprompt.md",
179+
"Default/PhaseConfig/CodeComplete/userrolename.md",
180+
"Default/PhaseConfig/CodeComplete/assistantrolename.md",
181+
"Default/PhaseConfig/ArtIntegration/phaseprompt.md",
182+
"Default/PhaseConfig/ArtIntegration/assistantrolename.md",
183+
"Default/PhaseConfig/TestErrorSummary/userrolename.md",
162184
"Default/ChatChainConfig/selfimprove/selfimprove.md",
163185
"Default/ChatChainConfig/recruits/recruits.md",
164186
"Default/ChatChainConfig/incrementaldevelop/incrementaldevelop.md",
165187
"Default/ChatChainConfig/guidesign/guidesign.md",
166188
"Default/ChatChainConfig/gitmanagement/gitmanagement.md",
167189
"Default/ChatChainConfig/clearstructure/clearstructure.md",
168-
"Default/ChatChainConfig/chain/chain.md",
169-
"Default/ChatChainConfig/brainstorming/brainstorming.md",
170-
"Default/RoleConfig/Software Test Engineer.md",
171190
"Default/ChatChainConfig/selfimprove",
172191
"Default/ChatChainConfig/recruits",
173192
"Default/ChatChainConfig/incrementaldevelop",
@@ -177,12 +196,6 @@
177196
"Default/ChatChainConfig/chain",
178197
"Default/ChatChainConfig/brainstorming",
179198
"Default/ChatChainConfig",
180-
"Default/PhaseConfig",
181-
"Default/PhaseConfig/Manual/userrolename.md",
182-
"Default/PhaseConfig/Manual/phaseprompt.md",
183-
"Default/PhaseConfig/Manual/assistantrolename.md",
184-
"Default/PhaseConfig/EnvironmentDoc/userrolename.md",
185-
"Default/PhaseConfig/EnvironmentDoc/phaseprompt.md",
186-
"Default/PhaseConfig/EnvironmentDoc/assistantrolename.md"
199+
"Default/PhaseConfig"
187200
]
188201
}

0 commit comments

Comments
 (0)