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
4 changed files with 15 additions and 32 deletions
Showing only changes of commit 0ec8e1f3d4 - Show all commits

View file

@ -95,10 +95,11 @@
"id": "6dd42c89cd0a32cf", "id": "6dd42c89cd0a32cf",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "diff-view", "type": "markdown",
"state": { "state": {
"file": "Edikoyo/.obsidian/workspace.json", "file": "Countries/Dratana.md",
"staged": false "mode": "source",
"source": false
} }
} }
} }
@ -169,6 +170,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Countries/Dratana.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -185,6 +187,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Countries/Dratana.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -206,7 +209,9 @@
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
"state": {} "state": {
"file": "Countries/Dratana.md"
}
} }
}, },
{ {
@ -236,6 +241,10 @@
}, },
"active": "6dd42c89cd0a32cf", "active": "6dd42c89cd0a32cf",
"lastOpenFiles": [ "lastOpenFiles": [
"Countries/Drenvale.md",
"Countries/Faelani.md",
"Countries/Dratana.md",
"Countries/Hanoka.md",
"conflict-files-obsidian-git.md", "conflict-files-obsidian-git.md",
"Countries/Vosaka.md", "Countries/Vosaka.md",
"Images/slimes/ababa/ababa-3.png", "Images/slimes/ababa/ababa-3.png",
@ -259,15 +268,11 @@
"Countries/Lekia.md", "Countries/Lekia.md",
"Countries/Lavaki.md", "Countries/Lavaki.md",
"Countries/Krakala.md", "Countries/Krakala.md",
"Countries/Hanoka.md",
"Countries/Gudoko.md", "Countries/Gudoko.md",
"Countries/Gokolm.md", "Countries/Gokolm.md",
"Countries/Felmyr.md", "Countries/Felmyr.md",
"Countries/Falaka.md", "Countries/Falaka.md",
"Countries/Faelani.md",
"Countries/Dolfeyja.md", "Countries/Dolfeyja.md",
"Countries/Dratana.md",
"Countries/Drenvale.md",
"Countries/Faelani", "Countries/Faelani",
"Images/Flags/barrowmaw.png", "Images/Flags/barrowmaw.png",
"Animals/Slimes", "Animals/Slimes",

View file

@ -1,6 +1,6 @@
--- ---
short: short:
flag: "![[drenvale.png]]" flag: "![[drenvale.png]]"
language:
capital: capital:
language:
--- ---

View file

@ -1,8 +1,8 @@
--- ---
short: null short: null
flag: '![[drenvale.png]]' flag: '![[drenvale.png]]'
language: null
capital: null capital: null
language: null
--- ---

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
````