Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
ddce2bf5b0
44 changed files with 83749 additions and 272 deletions
2
.obsidian/plugins/dataview/data.json
vendored
2
.obsidian/plugins/dataview/data.json
vendored
|
|
@ -15,7 +15,7 @@
|
|||
"tableGroupColumnName": "Group",
|
||||
"showResultCount": true,
|
||||
"allowHtml": true,
|
||||
"inlineQueryPrefix": ";",
|
||||
"inlineQueryPrefix": "=",
|
||||
"inlineJsQueryPrefix": "$=",
|
||||
"inlineQueriesInCodeblocks": true,
|
||||
"enableInlineDataview": true,
|
||||
|
|
|
|||
48
.obsidian/plugins/dbfolder/data.json
vendored
Normal file
48
.obsidian/plugins/dbfolder/data.json
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"global_settings": {
|
||||
"enable_debug_mode": false,
|
||||
"enable_show_state": false,
|
||||
"enable_row_shadow": true,
|
||||
"enable_auto_update": true,
|
||||
"show_search_bar_by_default": false,
|
||||
"logger_level_info": "error",
|
||||
"csv_file_header_key": "File",
|
||||
"media_settings": {
|
||||
"link_alias_enabled": true,
|
||||
"enable_media_view": true,
|
||||
"width": 100,
|
||||
"height": 100
|
||||
}
|
||||
},
|
||||
"local_settings": {
|
||||
"remove_field_when_delete_column": true,
|
||||
"cell_size": "normal",
|
||||
"sticky_first_column": true,
|
||||
"group_folder_column": "",
|
||||
"remove_empty_folders": false,
|
||||
"automatically_group_files": false,
|
||||
"hoist_files_with_empty_attributes": true,
|
||||
"show_metadata_created": false,
|
||||
"show_metadata_modified": true,
|
||||
"show_metadata_tasks": false,
|
||||
"show_metadata_inlinks": false,
|
||||
"show_metadata_outlinks": false,
|
||||
"show_metadata_tags": true,
|
||||
"source_data": "current_folder",
|
||||
"source_form_result": "",
|
||||
"source_destination_path": "/",
|
||||
"row_templates_folder": "templates",
|
||||
"current_row_template": "",
|
||||
"pagination_size": 10,
|
||||
"font_size": 16,
|
||||
"enable_js_formulas": false,
|
||||
"formula_folder_path": "/",
|
||||
"inline_default": false,
|
||||
"inline_new_position": "last_field",
|
||||
"date_format": "yyyy-MM-dd",
|
||||
"datetime_format": "yyyy-MM-dd HH:mm:ss",
|
||||
"metadata_date_format": "yyyy-MM-dd HH:mm:ss",
|
||||
"enable_footer": false,
|
||||
"implementation": "default"
|
||||
}
|
||||
}
|
||||
141
.obsidian/plugins/dbfolder/main.js
vendored
Normal file
141
.obsidian/plugins/dbfolder/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/dbfolder/manifest.json
vendored
Normal file
11
.obsidian/plugins/dbfolder/manifest.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"id": "dbfolder",
|
||||
"name": "DB Folder",
|
||||
"version": "3.5.0",
|
||||
"minAppVersion": "1.1.1",
|
||||
"description": "Folder with the capability to store and retrieve data from a folder like database",
|
||||
"author": "RafaelGB",
|
||||
"authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://www.buymeacoffee.com/5tsytn22v9Z"
|
||||
}
|
||||
1864
.obsidian/plugins/dbfolder/styles.css
vendored
Normal file
1864
.obsidian/plugins/dbfolder/styles.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
641
.obsidian/plugins/obsidian-advanced-slides/main.js
vendored
Normal file
641
.obsidian/plugins/obsidian-advanced-slides/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-advanced-slides/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-advanced-slides/manifest.json
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-advanced-slides",
|
||||
"name": "Advanced Slides",
|
||||
"version": "1.20.0",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Create markdown-based presentations in Obsidian",
|
||||
"author": "Matthäus Szturc",
|
||||
"authorUrl": "https://github.com/MSzturc",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
34
.obsidian/plugins/obsidian-advanced-slides/styles.css
vendored
Normal file
34
.obsidian/plugins/obsidian-advanced-slides/styles.css
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
/* Styles */
|
||||
|
||||
.view-content.reveal-preview-view {
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.view-content.reveal-preview-view>iframe, div.reveal-preview-view>iframe {
|
||||
border-style: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div.reveal-preview-view {
|
||||
aspect-ratio: 16/9;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.releaseNotes .modal-content{
|
||||
padding-right: 5px;
|
||||
margin-right: -5px;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.releaseNotes .modal {
|
||||
max-height: 90%;
|
||||
width: auto;
|
||||
max-width: 70ch;
|
||||
}
|
||||
|
||||
.releaseNotes p>a>img {
|
||||
width: 100%
|
||||
}
|
||||
|
|
@ -20,4 +20,3 @@
|
|||
"intervalId": 14,
|
||||
"frontMatterVariables": [],
|
||||
"frontMatterTemplate": "id: {{{ id }}}\ntitle: >\n {{{ title }}}\nstatus: {{{ state }}}\ntags:\n - read-later\n{{#labels.length}}\n{{#labels}} - {{{name}}}\n{{/labels}}\n{{/labels.length}}\ndate_added: {{{ dateSaved}}}\nurl_omnivore: >\n {{{ omnivoreUrl}}}\nurl_original: >\n {{{ originalUrl}}}"
|
||||
}
|
||||
139
.obsidian/plugins/obsidian-projects/data.json
vendored
Normal file
139
.obsidian/plugins/obsidian-projects/data.json
vendored
Normal file
|
|
@ -0,0 +1,139 @@
|
|||
{
|
||||
"version": 2,
|
||||
"projects": [
|
||||
{
|
||||
"fieldConfig": {},
|
||||
"defaultName": "",
|
||||
"templates": [],
|
||||
"excludedNotes": [],
|
||||
"isDefault": false,
|
||||
"dataSource": {
|
||||
"kind": "folder",
|
||||
"config": {
|
||||
"path": "projects/personal-page",
|
||||
"recursive": true
|
||||
}
|
||||
},
|
||||
"newNotesFolder": "",
|
||||
"views": [
|
||||
{
|
||||
"config": {
|
||||
"fieldConfig": {
|
||||
"path": {
|
||||
"width": 213
|
||||
}
|
||||
}
|
||||
},
|
||||
"filter": {
|
||||
"conditions": []
|
||||
},
|
||||
"colors": {
|
||||
"conditions": []
|
||||
},
|
||||
"sort": {
|
||||
"criteria": []
|
||||
},
|
||||
"id": "b6be3d23-49d2-45ed-b359-4266a8bfdd46",
|
||||
"name": "Table",
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
"config": {
|
||||
"groupByField": "status",
|
||||
"includeFields": []
|
||||
},
|
||||
"filter": {
|
||||
"conditions": []
|
||||
},
|
||||
"colors": {
|
||||
"conditions": []
|
||||
},
|
||||
"sort": {
|
||||
"criteria": []
|
||||
},
|
||||
"id": "f1f17300-a47e-47ab-a3fb-c77aba52fd77",
|
||||
"name": "Kanban",
|
||||
"type": "board"
|
||||
}
|
||||
],
|
||||
"id": "693ec588-0a43-4498-9428-7337ddef9516",
|
||||
"name": "personal-page"
|
||||
},
|
||||
{
|
||||
"fieldConfig": {},
|
||||
"defaultName": "",
|
||||
"templates": [],
|
||||
"excludedNotes": [],
|
||||
"isDefault": false,
|
||||
"dataSource": {
|
||||
"kind": "folder",
|
||||
"config": {
|
||||
"path": "games",
|
||||
"recursive": true
|
||||
}
|
||||
},
|
||||
"newNotesFolder": "",
|
||||
"views": [
|
||||
{
|
||||
"config": {},
|
||||
"filter": {
|
||||
"conditions": []
|
||||
},
|
||||
"colors": {
|
||||
"conditions": []
|
||||
},
|
||||
"sort": {
|
||||
"criteria": []
|
||||
},
|
||||
"id": "29122e1a-d208-4203-ba3b-6b3373595e5b",
|
||||
"name": "Table",
|
||||
"type": "table"
|
||||
}
|
||||
],
|
||||
"id": "3666070f-21b0-4bcd-97b9-54b21dde9fdd",
|
||||
"name": "Games"
|
||||
},
|
||||
{
|
||||
"fieldConfig": {},
|
||||
"defaultName": "",
|
||||
"templates": [],
|
||||
"excludedNotes": [],
|
||||
"isDefault": false,
|
||||
"dataSource": {
|
||||
"kind": "folder",
|
||||
"config": {
|
||||
"path": "books",
|
||||
"recursive": true
|
||||
}
|
||||
},
|
||||
"newNotesFolder": "",
|
||||
"views": [
|
||||
{
|
||||
"config": {},
|
||||
"filter": {
|
||||
"conditions": []
|
||||
},
|
||||
"colors": {
|
||||
"conditions": []
|
||||
},
|
||||
"sort": {
|
||||
"criteria": []
|
||||
},
|
||||
"id": "28021a9b-69bb-4972-aa3a-e7e61c0f6423",
|
||||
"name": "Table",
|
||||
"type": "table"
|
||||
}
|
||||
],
|
||||
"id": "f2e8e811-8e26-411d-a45e-95bd5e9c5402",
|
||||
"name": "books"
|
||||
}
|
||||
],
|
||||
"preferences": {
|
||||
"projectSizeLimit": 1000,
|
||||
"frontmatter": {
|
||||
"quoteStrings": "PLAIN"
|
||||
},
|
||||
"commands": [],
|
||||
"linkBehavior": "open-editor"
|
||||
}
|
||||
}
|
||||
77618
.obsidian/plugins/obsidian-projects/main.js
vendored
Normal file
77618
.obsidian/plugins/obsidian-projects/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-projects/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-projects/manifest.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"id": "obsidian-projects",
|
||||
"name": "Projects",
|
||||
"version": "1.16.3",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Plain text project planning.",
|
||||
"author": "Marcus Olsson",
|
||||
"authorUrl": "https://marcus.se.net",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/marcusolsson",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
80
.obsidian/plugins/obsidian-projects/styles.css
vendored
Normal file
80
.obsidian/plugins/obsidian-projects/styles.css
vendored
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
.projects--board {
|
||||
display: grid;
|
||||
column-gap: 8px;
|
||||
align-items: flex-start;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.projects--board--column {
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
border-radius: var(--radius-m);
|
||||
background-color: var(--background-secondary);
|
||||
display: flex;
|
||||
gap: var(--size-4-2);
|
||||
flex-direction: column;
|
||||
padding: var(--size-4-2);
|
||||
}
|
||||
|
||||
.projects--board--card {
|
||||
background-color: var(--background-primary);
|
||||
border-radius: var(--radius-s);
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
padding: var(--size-4-2);
|
||||
}
|
||||
.projects--board--card:hover {
|
||||
border: 1px solid var(--background-modifier-border-hover);
|
||||
}
|
||||
|
||||
.projects--board--card-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--size-4-2);
|
||||
min-height: 35px;
|
||||
transition: all 150ms ease-in-out;
|
||||
}
|
||||
|
||||
.projects--gallery--grid {
|
||||
display: grid;
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.projects--gallery--card {
|
||||
background-color: var(--background-secondary);
|
||||
border-radius: var(--radius-s);
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.projects--gallery--card:hover {
|
||||
border: 1px solid var(--background-modifier-border-hover);
|
||||
}
|
||||
|
||||
.projects--gallery--card__body {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.projects--gallery--card__media {
|
||||
height: 180px;
|
||||
border-top-left-radius: var(--radius-s);
|
||||
border-top-right-radius: var(--radius-s);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-bottom: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
.projects--gallery--card__media img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-top-left-radius: var(--radius-s);
|
||||
border-top-right-radius: var(--radius-s);
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type=obsidian-projects] .view-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sortable-drag {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
11
.obsidian/plugins/update-time-on-edit/data.json
vendored
11
.obsidian/plugins/update-time-on-edit/data.json
vendored
|
|
@ -17,7 +17,7 @@
|
|||
"templates/base-note.md": "23eff811614efdfb18252c14d7d548b50a707dcfda5f4bf6e0259020f1eeb80a",
|
||||
"notes/testo.md": "24df1da31f19afae3f434032b447e804a8bcbdeeb1b270c6d04f28bfba5583fb",
|
||||
"notes/North Start.md": "662704939ce34782d6578cd8d91d5d7d738de19ce5eb34196f71733744bc1286",
|
||||
"README.md": "10ebf3cf75edbc6a6ccaf5c000185cde1e70bdc86c13d5b150d06546bad9c4dc",
|
||||
"README.md": "bf94212604234d2f47d6bfd337c42876da63945ab9bede0e15d51827fe72feda",
|
||||
"notes/Devlog.md": "8796c41169b072acea9ef97211e294ba7b464ccffabc1259c7763440fea7a63e",
|
||||
"01. Projects/Obtener pasaporte/Obtener pasaporte.md": "f3c1769ca0f40f87c41954c48b4cc791cf77dc22422e15a7005a880d9b030de9",
|
||||
"02. Areas/Dotfiles/dotfiles tasks.md": "9b662ba9122aaff0817522108a3a2dce6ee203b7f2c58abc8f4934e3899d878a",
|
||||
|
|
@ -38,8 +38,8 @@
|
|||
"04. Periodic/05. Yearly/2024.md": "7193ba0a3cec692d430ad0fb86f8ad9f210767f801c56a1bfbf7d18dbdbc3823",
|
||||
"03. Resources/Notetaking/PARA method.md": "6b97f39b4fb42c6f9cdf52abb0221f9d802e163019fbc53d1a618d02e6ab2aaf",
|
||||
"03. Resources/Notetaking/Progresive Summarization.md": "9236f0faf755cc57e1d6e548f0727f6a2909cc847f8afbef3dc14fa43efa7a44",
|
||||
"01. Projects/Playa/comida.md": "0c27a53d357c1ffab1d4e6bf98545923dc211004041a3233528164ca47b0ef25",
|
||||
"01. Projects/Playa/Comprar.md": "28114ba2502978f1a5a748766ed312dead7472155961ece2cf4b82aee13de322",
|
||||
"01. Projects/Playa/comida.md": "fd69a9aa693a2146a45db3a96d12dad07845c96ceaef7efb248431b2f1323fa8",
|
||||
"01. Projects/Playa/Comprar.md": "a8b0f8dbd680e48ef070937a3f2f0c840d91a5d2210a29f8d14a672b02c3bcb4",
|
||||
"03. Resources/Notetaking/Habits.md": "2b6688471702b678ce2a8872ef86049592be866948871d8d3fbca5186f663d93",
|
||||
"03. Resources/Development/Git.md": "f019123de154b2b1ea6bb2e60b7f0fe25094c9084c257c04c5e10f1fae0a7126",
|
||||
"03. Resources/Development/Fix messy commits.md": "b1cd788af785ff651eed230eb313b09e984356de8bc2f1ab16b6858e2e5c6acf",
|
||||
|
|
@ -50,6 +50,9 @@
|
|||
"02. Areas/Escape Latam/Canada.md": "974bdb92354ff2d46e67f524390bce477c8b0f753012f4f86eb0d4291b10a6ce",
|
||||
"02. Areas/Escape Latam/Comparación de Paises.md": "6fb41dde50e73d696948be100340f951fc490f40cbcdda45584719fd7ba57194",
|
||||
"02. Areas/Escape Latam/Escapar de Latam.md": "4ac856a52471f5eb6923790a96bbbf9daa867137cf9b8add09f498ba87e4469e",
|
||||
"02. Areas/Escape Latam/New Zeldand.md": "c46e7d6cb08da2a7d5500640abc560f5db37dd056561420bce56df1c6eb485c7"
|
||||
"02. Areas/Escape Latam/New Zeldand.md": "c46e7d6cb08da2a7d5500640abc560f5db37dd056561420bce56df1c6eb485c7",
|
||||
"notes/Good Enough.md": "0bb2e063f1f416af89a28b03bee9f40b0b3cbb170167efea08ad1fbb13751c58",
|
||||
"notes/Git.md": "c94e17e08d108bdfb69d3a1bda02bcb74e4e02f1bb827c8c518d0c4e299fdc7a",
|
||||
"conflict-files-obsidian-git.md": "f47a30e9c50c5fe01481f7e7aad0d42268aa4ef39cdcb2f6a17ea59aa2e4cdd1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue