Añadido importacion y exportacion de datos.
This commit is contained in:
5
.obsidian/app.json
vendored
5
.obsidian/app.json
vendored
@@ -1 +1,4 @@
|
||||
{}
|
||||
{
|
||||
"spellcheck": false,
|
||||
"alwaysUpdateLinks": true
|
||||
}
|
||||
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -1,3 +1,4 @@
|
||||
[
|
||||
"obsidian-git"
|
||||
"obsidian-git",
|
||||
"languagetool"
|
||||
]
|
||||
17
.obsidian/plugins/languagetool/data.json
vendored
Normal file
17
.obsidian/plugins/languagetool/data.json
vendored
Normal 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"
|
||||
}
|
||||
4
.obsidian/plugins/languagetool/main.js
vendored
Normal file
4
.obsidian/plugins/languagetool/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/languagetool/manifest.json
vendored
Normal file
10
.obsidian/plugins/languagetool/manifest.json
vendored
Normal 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
|
||||
}
|
||||
54
.obsidian/plugins/languagetool/styles.css
vendored
Normal file
54
.obsidian/plugins/languagetool/styles.css
vendored
Normal 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
13
.obsidian/types.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
24
.obsidian/workspace.json
vendored
24
.obsidian/workspace.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user