Skip to content

Commit 2cdab75

Browse files
committed
fix images not showing in process models
1 parent 67ec764 commit 2cdab75

18 files changed

+27
-21
lines changed

.makemd/fileCache.mdc

4.91 KB
Binary file not shown.

.makemd/superstate.mdc

1.06 KB
Binary file not shown.

.obsidian/plugins/make-md/Spaces.mdb

0 Bytes
Binary file not shown.

.obsidian/plugins/make-md/data.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@
4242
"//Untitled",
4343
"//Resources/Resources/images",
4444
"//Modeling Principles",
45-
"//Principles",
4645
"//The Agile Philosophy",
47-
"//Process Models"
46+
"//Process Models",
47+
"//Resources",
48+
"//Process Models/Process Models/images"
4849
],
4950
"expandFolderOnClick": true,
5051
"spacesFolder": "Tags",

.obsidian/workspace.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@
1111
"id": "29cb85681152b2dc",
1212
"type": "leaf",
1313
"state": {
14-
"type": "empty",
15-
"state": {},
14+
"type": "markdown",
15+
"state": {
16+
"file": "Process Models/Incremental Model.md",
17+
"mode": "source",
18+
"source": false
19+
},
1620
"icon": "lucide-file",
17-
"title": "New tab"
21+
"title": "Incremental Model"
1822
}
1923
}
2024
]
@@ -81,7 +85,7 @@
8185
}
8286
},
8387
{
84-
"id": "f3e47fd28a49c328",
88+
"id": "9dc05051f5687af8",
8589
"type": "leaf",
8690
"state": {
8791
"type": "mk-path-view",
@@ -159,12 +163,13 @@
159163
"state": {
160164
"type": "outline",
161165
"state": {
166+
"file": "Process Models/Incremental Model.md",
162167
"followCursor": false,
163168
"showSearch": false,
164169
"searchQuery": ""
165170
},
166171
"icon": "lucide-list",
167-
"title": "Outline"
172+
"title": "Outline of Incremental Model"
168173
}
169174
}
170175
],
@@ -187,6 +192,14 @@
187192
},
188193
"active": "29cb85681152b2dc",
189194
"lastOpenFiles": [
195+
"Process Models/images/Pasted image 20250413231002.png",
196+
"Process Models/Incremental Model.md",
197+
"Process Models/V-Model.md",
198+
"Process Models/images/Pasted image 20250413230023.png",
199+
"Process Models/images/Pasted image 20250413230005.png",
200+
"Process Models/Waterfall Model.md",
201+
"Process Models/images/Pasted image 20250413225615.png",
202+
"Resources/Resources.md",
190203
"The Agile Philosophy/DSDM Principles.md",
191204
"README.md",
192205
"System Design/0. Introduction/0.1 Systems Development Life Cycle (SDLC).md",
@@ -208,20 +221,11 @@
208221
"Principles/Construction Principles.md",
209222
"Principles/Communication Principles.md",
210223
"Principles/Practice Principles.md",
211-
"Principles/Process Principles.md",
212-
"The Agile Philosophy/Extreme Programming (XP).md",
213224
"The Agile Philosophy",
214-
"Principles/Modeling Principles/Requirements Modeling Principles.md",
215-
"Principles/Modeling Principles/Living Modeling Principles.md",
216-
"Principles/Modeling Principles/Agile Modeling Principles.md",
217225
"Principles/Modeling Principles",
218226
"Principles",
219-
"Resources/images/Pasted image 20250413231002.png",
220-
"Resources/images/Pasted image 20250413230023.png",
221-
"Resources/images/Pasted image 20250413230005.png",
222-
"Resources/images",
227+
"Process Models/images",
223228
"Resources",
224-
"Resources/images/Pasted image 20250413225615.png",
225229
"System Design/Untitled.canvas",
226230
"Canvas",
227231
"Canvas/Waterfall model.canvas",

.space/context.mdb

0 Bytes
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.

Process Models/Incremental Model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ The **Incremental Model** combines elements of the **Waterfall model** with iter
2626

2727
# Diagram
2828

29-
![[Pasted image 20250413231002.png]]
29+
![incremental model](Images/Pasted%20image%2020250413231002.png)

Process Models/V-Model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ Each development phase has a matching test phase:
3636

3737
# Diagrams
3838

39-
![[Pasted image 20250413230005.png]]
39+
![v model 1](Images/Pasted%20image%2020250413230005.png)
4040

41-
![[Pasted image 20250413230023.png]]
41+
![v-model 2](Images/Pasted%20image%2020250413230023.png)

Process Models/Waterfall Model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The Waterfall model is one of the earliest and simplest models used in software
2222
- Risky for complex or long-term projects.
2323

2424
# Diagram
25-
![[Pasted image 20250413225615.png]]
25+
![diagram](Images/Pasted%20image%2020250413225615.png)

Process Models/images/.space/def.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"_joins":[],"_contexts":[],"_links":[],"_sort":{"field":"rank","asc":false,"group":false,"recursive":false},"_template":"","_templateName":"","defaultSticker":"","readMode":false}
File renamed without changes.

0 commit comments

Comments
 (0)