Añadido importacion y exportacion de datos.

This commit is contained in:
Lil_Carpi
2025-12-04 17:45:59 +01:00
parent 4233ed559d
commit 539c8a2399
14 changed files with 160 additions and 19 deletions

5
.obsidian/app.json vendored
View File

@@ -1 +1,4 @@
{}
{
"spellcheck": false,
"alwaysUpdateLinks": true
}

View File

@@ -1,3 +1,4 @@
[
"obsidian-git"
"obsidian-git",
"languagetool"
]

View File

@@ -0,0 +1,17 @@
{
"serverUrl": "https://api.languagetool.org",
"autoCheckDelay": 3000,
"shouldAutoCheck": true,
"languageVariety": {
"en": "en-US",
"de": "de-DE",
"pt": "pt-PT",
"ca": "ca-ES"
},
"dictionary": [],
"syncDictionary": false,
"remoteDictionary": [],
"pickyMode": false,
"longCheckNotification": true,
"staticLanguage": "es-ES"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "languagetool",
"name": "LanguageTool",
"version": "1.4.2",
"minAppVersion": "1.8.7",
"description": "Unofficial integration of the LanguageTool spell and grammar checker.",
"author": "Lars Wrenger, Clemens Ertle",
"authorUrl": "https://github.com/wrenger",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,54 @@
:root {
--lt-minor: #e9b35f;
--lt-major: #da615c;
--lt-style: #8981f3;
}
.lt-minor {
--lt-highlight: var(--lt-minor)
}
.lt-major {
--lt-highlight: var(--lt-major)
}
.lt-style {
--lt-highlight: var(--lt-style)
}
.lt-settings-grid {
display: inline-grid;
}
.lt-dictionary-words {
display: flex;
}
.lt-menu-info {
max-width: 200px;
}
.lt-menu-message {
font-size: 0.8em;
}
.lt-menu-title + .lt-menu-message {
margin-top: 5pt;
}
.lt-status-bar-btn {
cursor: pointer;
&:hover {
background-color: var(--background-modifier-hover);
}
}
.lt-loading > svg {
animation-name: spin;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

13
.obsidian/types.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"types": {
"aliases": "aliases",
"cssclasses": "multitext",
"tags": "tags",
"lt-language": "text",
"lt-picky": "checkbox",
"lt-autoCheck": "checkbox",
"lt-dictionary": "multitext",
"lt-disabledRules": "multitext",
"lt-disabledCategories": "multitext"
}
}

View File

@@ -11,14 +11,10 @@
"id": "6baa04c1fda7d92f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "README"
"type": "graph",
"state": {},
"icon": "lucide-git-fork",
"title": "Vista gráfica"
}
}
]
@@ -196,11 +192,15 @@
},
"active": "6baa04c1fda7d92f",
"lastOpenFiles": [
"BDD/SQL/Tipos de datos.md",
"README.md",
"BDD/SQL/Sintaxis (Keywords).md",
"BDD/SQL/Lenguaje de definición de datos (DDL).md",
"BDD/SQL/SQL.md",
"BDD/SQL/Tipos de datos.md",
"BDD/SQL/Importación y exportación de base de datos.md",
"BDD/SQL/Lenguaje de definición de datos (DDL).md",
"BDD/SQL/Procedimientos almacenados.md",
"BDD/SQL/Sintaxis (Keywords).md",
"BDD/SQL/Diario/Clase 4 de diciembre.md",
"README.md",
"BDD/SQL/Diario",
"BDD/SQL",
"Sin título.base",
"Sin título 1.base",