Initial version

This commit is contained in:
Chewico 2025-09-01 18:35:55 +02:00
commit 95a0c38318
6 changed files with 239 additions and 0 deletions

1
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1 @@
{}

1
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1 @@
{}

33
.obsidian/core-plugins.json vendored Normal file
View File

@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": false,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true,
"bases": true,
"webviewer": false
}

22
.obsidian/graph.json vendored Normal file
View File

@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
}

181
.obsidian/workspace.json vendored Normal file
View File

@ -0,0 +1,181 @@
{
"main": {
"id": "0cafea1bba80cd25",
"type": "split",
"children": [
{
"id": "722de0dd3f8c9d71",
"type": "tabs",
"children": [
{
"id": "6e9bbfc33302d39b",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Presentación.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Presentación"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "ad0af44d8a1363d5",
"type": "split",
"children": [
{
"id": "2def9b31e261d912",
"type": "tabs",
"children": [
{
"id": "7cf6e446d7bedc7b",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "010c742dc0e520c6",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "4a57a54676ce9ba8",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "0411853e83b6cf82",
"type": "split",
"children": [
{
"id": "1868fd823b9de3ee",
"type": "tabs",
"children": [
{
"id": "3ba12f76e7a481eb",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Presentación.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for Presentación"
}
},
{
"id": "5d0a38d7f3c63379",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "Presentación.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from Presentación"
}
},
{
"id": "a5db6fbf7d87e821",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "2bb3c46bb106a73d",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Presentación.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of Presentación"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"bases:Create new base": false
}
},
"active": "6e9bbfc33302d39b",
"lastOpenFiles": [
"School",
"Untitled.canvas",
"Presentación.md",
"Untitled.base",
"2025-09-01.md",
"Introducción Quimica"
]
}

1
Presentación.md Normal file
View File

@ -0,0 +1 @@