1
0
Fork 0

Pull Edikoyo-Main into Edikoyo-n04 #1

Merged
n04 merged 107 commits from Edikoyo/EdikoyoWiki:main into main 2024-09-07 23:41:19 +00:00
11 changed files with 9 additions and 30 deletions
Showing only changes of commit f81845c8d4 - Show all commits

View file

@ -97,7 +97,7 @@
"state": {
"type": "image",
"state": {
"file": "Images/ababa/ababa-3.png"
"file": "Images/Slimes/ababa/ababa-3.png"
}
}
},
@ -249,13 +249,14 @@
"obsidian-git:Open Git source control": false
}
},
"active": "950e4982a8d56b3d",
"active": "fdbd8ce5e8a10389",
"lastOpenFiles": [
"Images/ababa/ababa-3.png",
"Images/Slimes",
"Images/Slimes/ababa/ababa-3.png",
"conflict-files-obsidian-git.md",
"Images/ababa/ababa-2.png",
"Images/ababa/ababa-1.png",
"Images/ababa/ababa-4.png",
"Images/Slimes/ababa/ababa-2.png",
"Images/Slimes/ababa/ababa-1.png",
"Images/Slimes/ababa/ababa-4.png",
"Languages/Mokrixi.md",
"Languages/Lacelian.md",
"Languages/Guo.md",
@ -280,7 +281,7 @@
"Countries/Ovanos.md",
"Countries/Mortham.md",
"Countries/Mantine.md",
"Images/ababa",
"Images/Slimes/ababa",
"Images/slimes",
"Countries/Faelani",
"Images/Flags/barrowmaw.png",

View file

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -6,7 +6,7 @@
|Slimes|Variant 1|Variant 2|Variant 3|Golden Variant|Country Variant 1|Country Variant 2|Country Variant 3|
|------|---------|---------|---------|--------------|-----------------|-----------------|-----------------|
|[Ababa Slime](Ababa%20Slime.md)|![ababa-1.png](..\..\Images\ababa\ababa-1.png)|![ababa-2.png](..\..\Images\ababa\ababa-2.png)|![ababa-3.png](..\..\Images\ababa\ababa-3.png)|![ababa-4.png](..\..\Images\ababa\ababa-4.png)|[Batanoka](..\..\Countries\Batanoka.md)|[Faelani](..\..\Countries\Faelani.md)|[Barrowmaw](..\..\Countries\Barrowmaw.md)|
|[Ababa Slime](Ababa%20Slime.md)|![ababa-1.png](..\..\Images\Slimes\ababa\ababa-1.png)|![ababa-2.png](..\..\Images\Slimes\ababa\ababa-2.png)|![ababa-3.png](..\..\Images\Slimes\ababa\ababa-3.png)|![ababa-4.png](..\..\Images\Slimes\ababa\ababa-4.png)|[Batanoka](..\..\Countries\Batanoka.md)|[Faelani](..\..\Countries\Faelani.md)|[Barrowmaw](..\..\Countries\Barrowmaw.md)|
|[Untitled](Untitled.md)|-|-|-|-|-|-|-|
<!-- SerializedQuery END -->

View file

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -1,22 +0,0 @@
---
---
# Conflicts
Please resolve them and commit them using the commands `Git: Commit all changes` followed by `Git: Push`
(This file will automatically be deleted before commit)
[Additional Instructions](conflict-files-obsidian-git.md#additional-instructions) available below file list
* Not a file: Edikoyo/.obsidian/workspace.json
# Additional Instructions
I strongly recommend to use "Source mode" for viewing the conflicted files. For simple conflicts, in each file listed above replace every occurrence of the following text blocks with the desired text.
````diff
<<<<<<< HEAD
File changes in local repository
=======
File changes in remote repository
>>>>>>> origin/main
````