chore: vault backup from LPETER at 2024-01-18T12:33

This commit is contained in:
Lucas 2024-01-18 12:33:28 +01:00
parent e3f7cf1c7c
commit aca3920dfe
14 changed files with 5741 additions and 50 deletions

3
.obsidian/app.json vendored
View file

@ -2,5 +2,6 @@
"newFileLocation": "current",
"alwaysUpdateLinks": true,
"showUnsupportedFiles": true,
"attachmentFolderPath": "media"
"attachmentFolderPath": "media",
"livePreview": false
}

View file

@ -1,5 +1,6 @@
[
"dataview",
"obsidian-icon-folder",
"folder-notes"
"folder-notes",
"yet-another-obsidian-synchronizer"
]

4
.obsidian/page-preview.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"editor": false,
"file-explorer": false
}

View file

@ -12,7 +12,7 @@
"allowWhitespaceCollapsing": false,
"underlineFolderInPath": true,
"openFolderNoteOnClickInPath": true,
"openInNewTab": true,
"openInNewTab": false,
"folderNoteName": "{{folder_name}}",
"folderNoteType": ".md",
"disableFolderHighlighting": false,
@ -47,7 +47,7 @@
"explorer": true,
"path": true
},
"settingsTab": "path",
"settingsTab": "general",
"supportedFileTypes": [
"md"
],

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,10 @@
{
"id": "yet-another-obsidian-synchronizer",
"name": "Yet Another Obsidian Synchronizer",
"description": "This is yet another obsidian synchronizer that uses Git to synchronize your vault contents across devices.",
"version": "0.7.0",
"minAppVersion": "0.15.0",
"author": "Mahyar Mirrashed",
"authorUrl": "https://github.com/mahyarmirrashed",
"isDesktopOnly": true
}

View file

@ -0,0 +1,7 @@
.yaos-title {
margin-top: 0;
}
.yaos-conflicting-files {
margin-top: 0;
}

5
.obsidian/switcher.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"showExistingOnly": false,
"showAttachments": true,
"showAllFileTypes": true
}

3
.obsidian/templates.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"folder": "templates"
}

View file

@ -4,49 +4,23 @@
"type": "split",
"children": [
{
"id": "a852f121da518d04",
"id": "d091904bde36fc31",
"type": "tabs",
"children": [
{
"id": "33364af396fe796a",
"id": "8924268c85d25e84",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "fr/index.md",
"mode": "source",
"source": false
}
}
},
{
"id": "27f083e09f7432c6",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "fr/classes.md",
"file": "fr/classes/scholar.md",
"mode": "source",
"backlinks": true,
"source": false
}
}
},
{
"id": "57e26d8442a44259",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "index.md",
"mode": "source",
"backlinks": true,
"source": false
"source": true
}
}
}
],
"currentTab": 2
]
}
],
"direction": "vertical"
@ -112,7 +86,7 @@
"state": {
"type": "backlink",
"state": {
"file": "index.md",
"file": "fr/classes/scholar.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -129,7 +103,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "index.md",
"file": "fr/classes/scholar.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -152,7 +126,7 @@
"state": {
"type": "outline",
"state": {
"file": "index.md"
"file": "fr/classes/scholar.md"
}
}
}
@ -172,19 +146,24 @@
"markdown-importer:Ouvrir l'importateur Markdown": false
}
},
"active": "57e26d8442a44259",
"active": "8924268c85d25e84",
"lastOpenFiles": [
"en/index.md",
"fr/index.md",
"fr/classes.md",
"fr/classes/scholar.md",
"en/books.md",
"templates",
"en.md",
"fr/books.md",
"en/classes.md",
"en/classes",
"en/books",
"index.md",
"en/index.md",
"fr.md",
"fr/index.md",
"fr/books/Adventurers.md",
"media/classes/scholar.png",
"media/classes",
"fr/books.md",
"fr/classes.md",
"en/books.md",
"en/classes.md",
"en/classes",
"fr/classe/Sans titre",
"fr/classes",
"media/books/ADV01_BC_EN.png",
@ -199,9 +178,6 @@
"media/books/LEG10_BC_FR_OLD.png",
"media/books",
"media",
"en/books",
"fr/books",
"index.md",
"en"
"fr/books"
]
}

View file

@ -2,5 +2,6 @@
title: Welcome in Eana
aliases:
- home
- index
---
Welcome to Fateforge.tools !

View file

@ -0,0 +1,6 @@
---
title: Books
aliases:
- Books
- Works
---

View file

@ -2,5 +2,6 @@
title: Bienvenue sur Eana
aliases:
- accueil
- index
---
Bienvenue sur Fateforge.tools !

View file

@ -0,0 +1,6 @@
---
title: Livres
aliases:
- Ouvrages
- Livres
---