Merge remote-tracking branch 'origin/main'

This commit is contained in:
Alexander Navarro 2024-02-20 12:24:43 -03:00
commit ddce2bf5b0
44 changed files with 83749 additions and 272 deletions

5
.obsidian/app.json vendored
View file

@ -8,8 +8,5 @@
"useMarkdownLinks": true,
"showUnsupportedFiles": true,
"attachmentFolderPath": "./",
"newFileFolderPath": "notes",
"showInlineTitle": false,
"strictLineBreaks": true,
"propertiesInDocument": "hidden"
"newFileFolderPath": "notes"
}

View file

@ -2,6 +2,5 @@
"accentColor": "",
"cssTheme": "Catppuccin",
"textFontFamily": "JetBrainsMono Nerd Font,Helvetica",
"monospaceFontFamily": "JetBrainsMono Nerd Font Mono,Source Code Pro",
"showViewHeader": true
"monospaceFontFamily": "JetBrainsMono Nerd Font Mono,Source Code Pro"
}

View file

@ -4,6 +4,7 @@
"obsidian-style-settings",
"obsidian-kanban",
"editor-width-slider",
"dbfolder",
"dataview",
"obsidian-plugin-toc",
"obsidian-linter",
@ -12,7 +13,5 @@
"obsidian-mind-map",
"obsidian-omnivore",
"templater-obsidian",
"update-time-on-edit",
"periodic-notes",
"calendar"
"update-time-on-edit"
]

View file

@ -8,7 +8,7 @@
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": false,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,

View file

@ -8,6 +8,7 @@
"tag-pane",
"properties",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",

View file

@ -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
View 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

File diff suppressed because one or more lines are too long

View 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

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View 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
}

View 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%
}

View file

@ -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}}}"
}

View 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

File diff suppressed because one or more lines are too long

View 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
}

View 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 */

View file

@ -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"
}
}

View file

@ -159,245 +159,7 @@
}
},
"active": "cc8b90c9f364aa3f"
},
"Main": {
"main": {
"id": "562d7786e8852d38",
"type": "split",
"children": [
{
"id": "37e1d8b92dea984d",
"type": "tabs",
"children": [
{
"id": "be3160140440a406",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "04. Periodic/03. Monthly/2024-02.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "329187d0b724eea8",
"type": "split",
"children": [
{
"id": "52f737f07314ccc6",
"type": "tabs",
"children": [
{
"id": "e1cc054d09ed6ded",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
},
{
"id": "8d7dca2686874e38",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "7554409ced8a27ba",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "b8151ae49b872165",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "cce37a107233693d",
"type": "tabs",
"children": [
{
"id": "b51035fd488f06cb",
"type": "leaf",
"state": {
"type": "calendar",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 434
},
"right": {
"id": "fca86750b2867923",
"type": "split",
"children": [
{
"id": "b2aeb0b1779bc56d",
"type": "tabs",
"children": [
{
"id": "2317e23d35b58541",
"type": "leaf",
"state": {
"type": "file-properties",
"state": {
"file": "04. Periodic/03. Monthly/2024-02.md"
}
}
},
{
"id": "9b65a6cf59dadc4f",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "04. Periodic/03. Monthly/2024-02.md"
}
}
},
{
"id": "15148a0310063e2c",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "04. Periodic/03. Monthly/2024-02.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "2bd2d7df7b2e0f88",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "04. Periodic/03. Monthly/2024-02.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "7ca7ab454aba7be1",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "5200eab2bb1c942e",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
}
}
}
]
},
{
"id": "659b2005e093e0fe",
"type": "tabs",
"children": [
{
"id": "85da40ededf1ce00",
"type": "leaf",
"state": {
"type": "localgraph",
"state": {
"file": "04. Periodic/03. Monthly/2024-02.md",
"options": {
"collapse-filter": false,
"search": "",
"localJumps": 1,
"localBacklinks": true,
"localForelinks": true,
"localInterlinks": true,
"showTags": true,
"showAttachments": true,
"hideUnresolved": false,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": true,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": true
}
}
}
}
]
}
],
"direction": "horizontal",
"width": 423
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"templates:Insert template": false,
"command-palette:Open command palette": true,
"workspaces:Manage workspace layouts": false,
"obsidian-excalidraw-plugin:Create new drawing": false,
"obsidian-omnivore:Omnivore": false,
"templater-obsidian:Templater": false,
"periodic-notes:Open today": false
}
},
"active": "be3160140440a406"
}
},
"active": "Main"
"active": "Quests"
}