vault backup: 2024-11-25 12:41:08
3451
.obsidian/plugins/html-tabs/main.js
vendored
Normal file
10
.obsidian/plugins/html-tabs/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "html-tabs",
|
||||||
|
"name": "HTML Tabs",
|
||||||
|
"version": "1.1.0",
|
||||||
|
"minAppVersion": "1.3.3",
|
||||||
|
"description": "Create and render Tabs and tab panels in your notes.",
|
||||||
|
"author": "Patrick Tournet",
|
||||||
|
"authorUrl": "https://github.com/ptournet",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
44
.obsidian/plugins/html-tabs/styles.css
vendored
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
This CSS file will be included with your plugin, and
|
||||||
|
available in the app when your plugin is enabled.
|
||||||
|
|
||||||
|
If your plugin does not need CSS, delete this file.
|
||||||
|
|
||||||
|
*/
|
||||||
|
.html-tabs {
|
||||||
|
display: flex;
|
||||||
|
margin-left: .5rem;
|
||||||
|
margin-right: .5rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
/* line-height: 3rem; */
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
border-color: hsla(226, 232, 240, 1);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.html-tab {
|
||||||
|
padding-top: 0.5rem;
|
||||||
|
padding-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.html-tab:hover {
|
||||||
|
color: hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.75);
|
||||||
|
}
|
||||||
|
|
||||||
|
.html-tab-not-first {
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.html-tab-active {
|
||||||
|
color: hsla(var(--accent-h), var(--accent-s), var(--accent-l), 1);
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
border-color: hsla(var(--accent-h), var(--accent-s), var(--accent-l), 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.html-tab-content {
|
||||||
|
padding: 0.5rem;
|
||||||
|
}
|
||||||
154
.obsidian/workspace.json
vendored
@@ -1,68 +1,39 @@
|
|||||||
{
|
{
|
||||||
"main": {
|
"main": {
|
||||||
"id": "f7721935e5d20590",
|
"id": "8d26a6fe9f964f6b",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "6c6215d94ce03eb8",
|
"id": "56e813a421587f25",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "edbad8689e45f41b",
|
"id": "75fd2cd48c9b7660",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "image",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "TERCERO/ATR1/Teoría_2425.md",
|
"file": "TERCERO/ATR1/images/Captura de pantalla de 2024-11-20 10-54-39.png"
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-image",
|
||||||
"title": "Teoría_2425"
|
"title": "Captura de pantalla de 2024-11-20 10-54-39"
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "f83bf10778aecbb8",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "Resolución 1 Parcial ATR1.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "Resolución 1 Parcial ATR1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "9abf93d8c846c03e",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "release-notes",
|
|
||||||
"state": {
|
|
||||||
"currentVersion": "1.7.7"
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "Release Notes 1.7.7"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"currentTab": 2
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"id": "d09413c6f30d285f",
|
"id": "a9100b68fb330cb9",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "ba4430d5ae58abf8",
|
"id": "e23565b29f0b0277",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "6e7ccc69dbda906e",
|
"id": "a4eac8e6613b153b",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "file-explorer",
|
"type": "file-explorer",
|
||||||
@@ -74,7 +45,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0bbf4011591a3efb",
|
"id": "dd5726e5114a7c4e",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "search",
|
"type": "search",
|
||||||
@@ -91,7 +62,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "d976c48bbe3d0d08",
|
"id": "1cbe9729fd2cf604",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "bookmarks",
|
"type": "bookmarks",
|
||||||
@@ -104,24 +75,23 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 300,
|
"width": 300
|
||||||
"collapsed": true
|
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "a41885959e7dd689",
|
"id": "44cf06183e1c1c7d",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "605a8f1c45f2bebb",
|
"id": "49cbf6da2f29f564",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "2dd43a0ec88feb61",
|
"id": "1e44a907904513ce",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "TERCERO/IA/Teoría_2425.md",
|
"file": "TERCERO/SS/SS 24-25.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -131,25 +101,25 @@
|
|||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-coming-in",
|
"icon": "links-coming-in",
|
||||||
"title": "Backlinks for Teoría_2425"
|
"title": "Backlinks for SS 24-25"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "6f328c1178a2408c",
|
"id": "1f08a0ec99cf4a21",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "TERCERO/IA/Teoría_2425.md",
|
"file": "TERCERO/SS/SS 24-25.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-going-out",
|
"icon": "links-going-out",
|
||||||
"title": "Outgoing links from Teoría_2425"
|
"title": "Outgoing links from SS 24-25"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "c8fb2a3ab51cfcb3",
|
"id": "2f9a57a1dc058b86",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "tag",
|
"type": "tag",
|
||||||
@@ -162,23 +132,33 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "f40ea1ff3f92e0f2",
|
"id": "32907795dd5fbf3f",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "TERCERO/IA/Teoría_2425.md"
|
"file": "TERCERO/SS/SS 24-25.md"
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Outline of Teoría_2425"
|
"title": "Outline of SS 24-25"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "b40a18c39aef8e17",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "git-view",
|
||||||
|
"state": {},
|
||||||
|
"icon": "git-pull-request",
|
||||||
|
"title": "Source Control"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 4
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 300,
|
"width": 367.5
|
||||||
"collapsed": true
|
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
@@ -192,19 +172,53 @@
|
|||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "9abf93d8c846c03e",
|
"active": "75fd2cd48c9b7660",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Resolución 1 Parcial ATR1.md",
|
|
||||||
"TERCERO/ATR1/Teoría_2425.md",
|
|
||||||
"Untitled.md",
|
"Untitled.md",
|
||||||
"Captura de pantalla de 2024-11-20 10-54-39.png",
|
"TERCERO/ATR1/images/Captura de pantalla de 2024-11-20 10-54-39.png",
|
||||||
"TERCERO/SPD/Teoría_2425.md",
|
"TERCERO/ATR1/Resolución 1 Parcial ATR1.md",
|
||||||
"TERCERO/IA/Teoría_2425.md",
|
"TERCERO/IA/images/Pasted image 20241115112854.png",
|
||||||
"Pasted image 20241115112854.png",
|
"TERCERO/IA/images/Pasted image 20241115110324.png",
|
||||||
"neurona.gif",
|
"TERCERO/IA/images/Pasted image 20241115110309.png",
|
||||||
"Pasted image 20241115110324.png",
|
"TERCERO/ATR1/Teoría_2425.md",
|
||||||
"Pasted image 20241115110309.png",
|
"TERCERO/IA/images/neurona.gif",
|
||||||
"TERCERO/ATR1/Ejercicios.md",
|
"TERCERO/ATR1/Ejercicios.md",
|
||||||
"TERCERO/IA/Apuntes Julia.md"
|
"conflict-files-obsidian-git.md",
|
||||||
|
"TERCERO/IA/Teoría_2425.md",
|
||||||
|
"TERCERO/SPD/P4_SPD.md",
|
||||||
|
"TERCERO/SS/SS 24-25.md",
|
||||||
|
"TERCERO/SS/SS Lab.md",
|
||||||
|
"TERCERO/SPD/Teoría_2425.md",
|
||||||
|
"TERCERO/SS/images/Pasted image 20241024113018.png",
|
||||||
|
"TERCERO/SS/images/Pasted image 20241024090239.png",
|
||||||
|
"TERCERO/SPD/images/Pasted image 20241022150214.png",
|
||||||
|
"TERCERO/ATR1/images/Pasted image 20241020204947.png",
|
||||||
|
"TERCERO/ATR1/images/Pasted image 20241020204701.png",
|
||||||
|
"SEGUNDO/ADDA/Teoría_2324.md",
|
||||||
|
"TERCERO/IA/Apuntes Julia.md",
|
||||||
|
"SEGUNDO/IISSI2/Teoría_2324.md",
|
||||||
|
"SEGUNDO/IISSI1/Teoría_2324.md",
|
||||||
|
"TERCERO/SS/images",
|
||||||
|
"TERCERO/SPD/images",
|
||||||
|
"TERCERO/IA/images",
|
||||||
|
"TERCERO/ATR1/images",
|
||||||
|
"TERCERO/ATR1/Welcome.md",
|
||||||
|
"SEGUNDO/ADDA/MemoriaPI4_SMT4497.docx",
|
||||||
|
"SEGUNDO/ADDA/PI4_SMT4497.zip",
|
||||||
|
"SEGUNDO/ADDA/MemoriaPI5_SMT4497.pdf",
|
||||||
|
"SEGUNDO/ADDA/ADDA 23-24.md",
|
||||||
|
"SEGUNDO/ADDA/MODELOS.md",
|
||||||
|
"SEGUNDO/ADDA/ADDA 15-05.md",
|
||||||
|
"SEGUNDO/ADDA/ADDA 15-03.md",
|
||||||
|
"SEGUNDO/ADDA/ADDA 13-03.md",
|
||||||
|
"SEGUNDO/AC/Teoría_2324.md",
|
||||||
|
"TERCERO/IA",
|
||||||
|
"TERCERO/SS",
|
||||||
|
"TERCERO/SPD",
|
||||||
|
"SEGUNDO/MD/Apuntes Sage.md",
|
||||||
|
"SEGUNDO/RC/Teoría_2324.md",
|
||||||
|
"SEGUNDO/RC/Untitled.md",
|
||||||
|
"SEGUNDO/TC/Teoría_2324.md",
|
||||||
|
"SEGUNDO/SO/Sin título.canvas"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 803 KiB After Width: | Height: | Size: 803 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |