chore: vault backup from LPETER at 2024-01-18T12:33
This commit is contained in:
parent
e3f7cf1c7c
commit
aca3920dfe
14 changed files with 5741 additions and 50 deletions
3
.obsidian/app.json
vendored
3
.obsidian/app.json
vendored
|
@ -2,5 +2,6 @@
|
||||||
"newFileLocation": "current",
|
"newFileLocation": "current",
|
||||||
"alwaysUpdateLinks": true,
|
"alwaysUpdateLinks": true,
|
||||||
"showUnsupportedFiles": true,
|
"showUnsupportedFiles": true,
|
||||||
"attachmentFolderPath": "media"
|
"attachmentFolderPath": "media",
|
||||||
|
"livePreview": false
|
||||||
}
|
}
|
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
|
@ -1,5 +1,6 @@
|
||||||
[
|
[
|
||||||
"dataview",
|
"dataview",
|
||||||
"obsidian-icon-folder",
|
"obsidian-icon-folder",
|
||||||
"folder-notes"
|
"folder-notes",
|
||||||
|
"yet-another-obsidian-synchronizer"
|
||||||
]
|
]
|
4
.obsidian/page-preview.json
vendored
Normal file
4
.obsidian/page-preview.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"editor": false,
|
||||||
|
"file-explorer": false
|
||||||
|
}
|
4
.obsidian/plugins/folder-notes/data.json
vendored
4
.obsidian/plugins/folder-notes/data.json
vendored
|
@ -12,7 +12,7 @@
|
||||||
"allowWhitespaceCollapsing": false,
|
"allowWhitespaceCollapsing": false,
|
||||||
"underlineFolderInPath": true,
|
"underlineFolderInPath": true,
|
||||||
"openFolderNoteOnClickInPath": true,
|
"openFolderNoteOnClickInPath": true,
|
||||||
"openInNewTab": true,
|
"openInNewTab": false,
|
||||||
"folderNoteName": "{{folder_name}}",
|
"folderNoteName": "{{folder_name}}",
|
||||||
"folderNoteType": ".md",
|
"folderNoteType": ".md",
|
||||||
"disableFolderHighlighting": false,
|
"disableFolderHighlighting": false,
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
"explorer": true,
|
"explorer": true,
|
||||||
"path": true
|
"path": true
|
||||||
},
|
},
|
||||||
"settingsTab": "path",
|
"settingsTab": "general",
|
||||||
"supportedFileTypes": [
|
"supportedFileTypes": [
|
||||||
"md"
|
"md"
|
||||||
],
|
],
|
||||||
|
|
5670
.obsidian/plugins/yet-another-obsidian-synchronizer/main.js
vendored
Normal file
5670
.obsidian/plugins/yet-another-obsidian-synchronizer/main.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
10
.obsidian/plugins/yet-another-obsidian-synchronizer/manifest.json
vendored
Normal file
10
.obsidian/plugins/yet-another-obsidian-synchronizer/manifest.json
vendored
Normal 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
|
||||||
|
}
|
7
.obsidian/plugins/yet-another-obsidian-synchronizer/styles.css
vendored
Normal file
7
.obsidian/plugins/yet-another-obsidian-synchronizer/styles.css
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.yaos-title {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yaos-conflicting-files {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
5
.obsidian/switcher.json
vendored
Normal file
5
.obsidian/switcher.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"showExistingOnly": false,
|
||||||
|
"showAttachments": true,
|
||||||
|
"showAllFileTypes": true
|
||||||
|
}
|
3
.obsidian/templates.json
vendored
Normal file
3
.obsidian/templates.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"folder": "templates"
|
||||||
|
}
|
68
.obsidian/workspace.json
vendored
68
.obsidian/workspace.json
vendored
|
@ -4,49 +4,23 @@
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "a852f121da518d04",
|
"id": "d091904bde36fc31",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "33364af396fe796a",
|
"id": "8924268c85d25e84",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "fr/index.md",
|
"file": "fr/classes/scholar.md",
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "27f083e09f7432c6",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "fr/classes.md",
|
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"backlinks": true,
|
"backlinks": true,
|
||||||
"source": false
|
"source": true
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "57e26d8442a44259",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "index.md",
|
|
||||||
"mode": "source",
|
|
||||||
"backlinks": true,
|
|
||||||
"source": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"currentTab": 2
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
|
@ -112,7 +86,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "index.md",
|
"file": "fr/classes/scholar.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -129,7 +103,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "index.md",
|
"file": "fr/classes/scholar.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -152,7 +126,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "index.md"
|
"file": "fr/classes/scholar.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -172,19 +146,24 @@
|
||||||
"markdown-importer:Ouvrir l'importateur Markdown": false
|
"markdown-importer:Ouvrir l'importateur Markdown": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "57e26d8442a44259",
|
"active": "8924268c85d25e84",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"en/index.md",
|
"fr/classes.md",
|
||||||
"fr/index.md",
|
|
||||||
"fr/classes/scholar.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",
|
"fr/books/Adventurers.md",
|
||||||
"media/classes/scholar.png",
|
"media/classes/scholar.png",
|
||||||
"media/classes",
|
"media/classes",
|
||||||
"fr/books.md",
|
|
||||||
"fr/classes.md",
|
|
||||||
"en/books.md",
|
|
||||||
"en/classes.md",
|
|
||||||
"en/classes",
|
|
||||||
"fr/classe/Sans titre",
|
"fr/classe/Sans titre",
|
||||||
"fr/classes",
|
"fr/classes",
|
||||||
"media/books/ADV01_BC_EN.png",
|
"media/books/ADV01_BC_EN.png",
|
||||||
|
@ -199,9 +178,6 @@
|
||||||
"media/books/LEG10_BC_FR_OLD.png",
|
"media/books/LEG10_BC_FR_OLD.png",
|
||||||
"media/books",
|
"media/books",
|
||||||
"media",
|
"media",
|
||||||
"en/books",
|
"fr/books"
|
||||||
"fr/books",
|
|
||||||
"index.md",
|
|
||||||
"en"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -2,5 +2,6 @@
|
||||||
title: Welcome in Eana
|
title: Welcome in Eana
|
||||||
aliases:
|
aliases:
|
||||||
- home
|
- home
|
||||||
|
- index
|
||||||
---
|
---
|
||||||
Welcome to Fateforge.tools !
|
Welcome to Fateforge.tools !
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: Books
|
||||||
|
aliases:
|
||||||
|
- Books
|
||||||
|
- Works
|
||||||
|
---
|
|
@ -2,5 +2,6 @@
|
||||||
title: Bienvenue sur Eana
|
title: Bienvenue sur Eana
|
||||||
aliases:
|
aliases:
|
||||||
- accueil
|
- accueil
|
||||||
|
- index
|
||||||
---
|
---
|
||||||
Bienvenue sur Fateforge.tools !
|
Bienvenue sur Fateforge.tools !
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: Livres
|
||||||
|
aliases:
|
||||||
|
- Ouvrages
|
||||||
|
- Livres
|
||||||
|
---
|
Loading…
Reference in a new issue