This commit is contained in:
2025-11-28 15:18:56 +01:00
parent 9f34288305
commit 234cf560da
5 changed files with 227 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": true,
"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
}

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

@@ -0,0 +1,191 @@
{
"main": {
"id": "800cf878bc0bfaf6",
"type": "split",
"children": [
{
"id": "11934cd0d47e8fe9",
"type": "tabs",
"children": [
{
"id": "7b2d07c61479b5c3",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "BDD/SQL.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "SQL"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "1b6fc5fb025f0ca9",
"type": "split",
"children": [
{
"id": "091db656fff611fa",
"type": "tabs",
"children": [
{
"id": "a21fd362c8ad7bcb",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Explorador de archivos"
}
},
{
"id": "362954ec695c5c1a",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Buscar"
}
},
{
"id": "6fbb4ecbca265024",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Marcadores"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "519d5773673c1040",
"type": "split",
"children": [
{
"id": "ec141e7a66dc7ec8",
"type": "tabs",
"children": [
{
"id": "5a14f2340b0f216e",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "BDD/SQL.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Enlaces entrantes de SQL"
}
},
{
"id": "a6b0ae9bd1ca2aa7",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "BDD/SQL.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Enlaces salientes de SQL"
}
},
{
"id": "adc4b064ae41a637",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Etiquetas"
}
},
{
"id": "ae3acc1608d6a4de",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-archive",
"title": "Todas las propiedades"
}
},
{
"id": "b786a3cab1b9744b",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "BDD/SQL.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Esquema de SQL"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Abrir selector rápido": false,
"graph:Abrir vista gráfica": false,
"canvas:Crear nuevo lienzo": false,
"daily-notes:Abrir la nota de hoy": false,
"templates:Insertar plantilla": false,
"command-palette:Abrir paleta de comandos": false,
"bases:Crear nueva base": false
}
},
"active": "7b2d07c61479b5c3",
"lastOpenFiles": [
"BDD/SQL.md",
"BDD"
]
}