feat: first commit
33
.gitignore
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
# --- Obsidian Core & System ---
|
||||
.obsidian/workspace.json
|
||||
.obsidian/workspace-mobile.json
|
||||
.obsidian/cache/
|
||||
.obsidian/indexedDB/
|
||||
|
||||
.obsidian/plugins/obsidian-git/
|
||||
.obsidian/todoist-*
|
||||
.trash
|
||||
|
||||
# --- Privacy Layer (Excluded from Git) ---
|
||||
# Estos directorios se sincronizan SOLO vía Syncthing
|
||||
People/
|
||||
MOC/
|
||||
Journal/
|
||||
#Attachments/
|
||||
Atlas/
|
||||
*Library/
|
||||
+/
|
||||
**/*.bkp
|
||||
**/*.dtmp
|
||||
|
||||
# --- Syncthing & OS Trash ---
|
||||
.stfolder/
|
||||
.stversions/
|
||||
.sync/
|
||||
*.sync-conflict-*
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.tmp
|
||||
|
||||
# --- Debug & Logs ---
|
||||
*.log
|
||||
19
.markdownlint.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"MD047": false,
|
||||
"MD007": false,
|
||||
"MD009": false,
|
||||
"MD012": false,
|
||||
"MD013": false,
|
||||
"MD022": false,
|
||||
"MD024": false,
|
||||
"MD025": false,
|
||||
"MD028": false,
|
||||
"MD029": false,
|
||||
"MD031": false,
|
||||
"MD030": false,
|
||||
"MD033": false,
|
||||
"MD034": false,
|
||||
"MD036": false,
|
||||
"MD040": false,
|
||||
"MD046": false
|
||||
}
|
||||
16
.obsidian/app.json
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"showUnsupportedFiles": true,
|
||||
"attachmentFolderPath": "Attachments",
|
||||
"newFileLocation": "folder",
|
||||
"newFileFolderPath": "Notes",
|
||||
"alwaysUpdateLinks": true,
|
||||
"livePreview": false,
|
||||
"readableLineLength": false,
|
||||
"showInlineTitle": false,
|
||||
"pdfExportSettings": {
|
||||
"pageSize": "A4",
|
||||
"landscape": false,
|
||||
"margin": "0",
|
||||
"downscalePercent": 100
|
||||
}
|
||||
}
|
||||
5
.obsidian/appearance.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"theme": "obsidian",
|
||||
"cssTheme": "Minimal",
|
||||
"baseFontSize": 15.5
|
||||
}
|
||||
3
.obsidian/backlink.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"backlinkInDocument": false
|
||||
}
|
||||
6
.obsidian/canvas.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"snapToObjects": true,
|
||||
"snapToGrid": true,
|
||||
"newFileLocation": "folder",
|
||||
"newFileFolderPath": "Attachments"
|
||||
}
|
||||
14
.obsidian/community-plugins.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
[
|
||||
"obsidian-minimal-settings",
|
||||
"obsidian-style-settings",
|
||||
"obsidian-icon-folder",
|
||||
"dataview",
|
||||
"callout-manager",
|
||||
"heatmap-calendar",
|
||||
"journals",
|
||||
"obsidian-excalidraw-plugin",
|
||||
"templater-obsidian",
|
||||
"dataview-serializer",
|
||||
"better-export-pdf",
|
||||
"quickadd"
|
||||
]
|
||||
33
.obsidian/core-plugins.json
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": false,
|
||||
"canvas": true,
|
||||
"outgoing-link": true,
|
||||
"tag-pane": true,
|
||||
"footnotes": false,
|
||||
"properties": false,
|
||||
"page-preview": false,
|
||||
"daily-notes": false,
|
||||
"templates": false,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": true,
|
||||
"editor-status": true,
|
||||
"bookmarks": true,
|
||||
"markdown-importer": false,
|
||||
"zk-prefixer": false,
|
||||
"random-note": false,
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false,
|
||||
"bases": true,
|
||||
"webviewer": false
|
||||
}
|
||||
5
.obsidian/daily-notes.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"format": "YYYY-MM-DD",
|
||||
"folder": "Journal/Daily",
|
||||
"template": "x/Templater/daily-note-template"
|
||||
}
|
||||
22
.obsidian/graph.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": false,
|
||||
"showAttachments": false,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": true,
|
||||
"colorGroups": [],
|
||||
"collapse-display": true,
|
||||
"showArrow": false,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1,
|
||||
"lineSizeMultiplier": 1,
|
||||
"collapse-forces": true,
|
||||
"centerStrength": 0.518713248970312,
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 0.19753086419753085,
|
||||
"close": true
|
||||
}
|
||||
69
.obsidian/hotkeys.json
vendored
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"tasknotes:create-new-task": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Meta"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:x/Templater/rename_to_dated.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "F"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:x/Templater/tpl-core-note.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Meta"
|
||||
],
|
||||
"key": "N"
|
||||
}
|
||||
],
|
||||
"quickadd:choice:40471c9f-bd5b-4189-9bcc-32d738e5e75c": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Shift"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:x/Templater/insert_date.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "D"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:x/Templater/insert_time.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"quickadd:choice:ae31f7e7-9ebe-4614-813c-884e98e315e8": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Shift"
|
||||
],
|
||||
"key": "N"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:create-new-note-from-template": [],
|
||||
"templater-obsidian:jump-to-next-cursor-location": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Meta"
|
||||
],
|
||||
"key": "Tab"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
.obsidian/icons/font-awesome-regular.zip
vendored
Normal file
BIN
.obsidian/icons/simple-icons.zip
vendored
Normal file
1
.obsidian/icons/simple-icons/1001tracklists.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="16px" height="16px"><path d="M8.0957 1.334v1.3457H6.7461v1.3457H5.3984V5.371H4.0488v1.3457H2.6992v6.6816H1.3496v1.3477H0v2.4512h1.3496v1.3457h1.3496v1.3457h2.457v-7.836H3.8067V7.8223h1.3497V6.4766h1.3496V5.1309h1.3496V3.7852h8.289v1.3457h1.3496v1.3457h1.3496v1.3457h1.3497v4.2304h-1.3497v7.836h2.457V18.543h1.3497v-1.3457H24V14.746h-1.3496v-1.3477h-1.3496V6.7168h-1.3496V5.3711h-1.3496V4.0254h-1.3477V2.6797h-1.3496V1.334Zm1.3711 8v1.3515H8.1113v3.8165h2.4688v-4.0567h2.9512v4.3477h-1.3555v1.3515h-1.3535v2.4649h2.4668v-2.7051H16v-5.2188h-1.3555V9.334Zm1.3555 10.8691v2.463h2.4668v-2.463z"></path></svg>
|
||||
|
After Width: | Height: | Size: 701 B |
1
.obsidian/icons/simple-icons/Affinityphoto.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="16px" height="16px"><path d="M24 2.344v19.312A2.345 2.345 0 0 1 21.656 24H2.344A2.345 2.345 0 0 1 0 21.656V2.344A2.345 2.345 0 0 1 2.344 0h19.312A2.345 2.345 0 0 1 24 2.344Zm-13.328-.586-.41.709 5.021 8.693 5.43-9.402H10.672Zm2.213 7.702H11.12a.901.901 0 0 0-.75.446l-.925 1.605-.007.011a.901.901 0 0 0 0 .872l.924 1.599.01.017a.893.893 0 0 0 .755.428c.002 0 1.178.001 1.765-.002a.888.888 0 0 0 .75-.436c.311-.539.624-1.077.933-1.617a.879.879 0 0 0-.006-.863l-.008-.013-.921-1.595-.005-.008a.897.897 0 0 0-.75-.444ZM2.36 22.18 9.699 9.475H6.215l-4.457 7.717.002 4.182a.94.94 0 0 0 .6.806Zm11.844.062-5.479-9.486-5.485 9.486h10.964ZM12.926 8.676l-3.125-5.41-3.125 5.41h6.25Zm9.316 6.56H11.08l4.046 7.006h6.197a.938.938 0 0 0 .919-.937v-6.069Zm-.635-13.428-7.295 12.63h7.93V2.695a.938.938 0 0 0-.635-.887Z"></path></svg>
|
||||
|
After Width: | Height: | Size: 916 B |
1
.obsidian/icons/simple-icons/Alpinedotjs.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="16px" height="16px"><path d="m24 12-5.72 5.746-5.724-5.741 5.724-5.75L24 12zM5.72 6.254 0 12l5.72 5.746h11.44L5.72 6.254z"></path></svg>
|
||||
|
After Width: | Height: | Size: 234 B |
1
.obsidian/icons/simple-icons/Canvas.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="16px" height="16px"><path d="M.4403 15.4142a13.7061 13.7061 0 0 1-.4362-3.4403 13.7 13.7 0 0 1 .4362-3.4401c1.7144.2103 3.0438 1.6686 3.0438 3.44 0 1.771-1.3287 3.23-3.0438 3.4404zm3.9728-3.4403c0 .6004.4866 1.0873 1.0872 1.0873.601 0 1.088-.487 1.088-1.0873s-.487-1.088-1.088-1.088c-.6006 0-1.0872.4876-1.0872 1.088zM23.56 8.5338c-1.7151.2103-3.044 1.6686-3.044 3.44 0 1.771 1.3289 3.23 3.044 3.4404a13.7313 13.7313 0 0 0 .436-3.4403c0-1.1883-.1518-2.3413-.436-3.4401zm-6.148 3.44c0 .6005.4865 1.0874 1.0877 1.0874.6002 0 1.088-.487 1.088-1.0873s-.4878-1.088-1.088-1.088c-.6012 0-1.0877.4876-1.0877 1.088zm-5.4347 8.5465c-1.7709 0-3.229 1.33-3.44 3.044a13.7364 13.7364 0 0 0 3.441.4357c1.1885 0 2.3403-.1515 3.44-.4357-.2107-1.714-1.6687-3.044-3.441-3.044zm.001-3.1046c-.6012 0-1.0878.4876-1.0878 1.0883s.4866 1.0882 1.0878 1.0882c.6 0 1.087-.4874 1.087-1.0882s-.487-1.0883-1.087-1.0883zm0-13.936c1.7713 0 3.2295-1.3292 3.4399-3.0438A13.7353 13.7353 0 0 0 11.9782 0c-1.1887 0-2.3412.1519-3.441.4359.211 1.7146 1.6691 3.0438 3.441 3.0438zm0 .9291c-.6012 0-1.0878.4866-1.0878 1.0876 0 .6002.4866 1.0876 1.0878 1.0876.6 0 1.087-.4874 1.087-1.0876 0-.601-.487-1.0876-1.087-1.0876zm6.032 13.5965c-1.2514 1.2523-1.344 3.2211-.2825 4.582a13.762 13.762 0 0 0 4.8636-4.8654c-1.3608-1.0597-3.3299-.9673-4.5812.2834zm-.6568-2.1948c-.425-.4245-1.1135-.4245-1.539 0-.4243.4252-.4243 1.1136 0 1.5383.4255.4253 1.114.4253 1.539 0 .424-.4247.424-1.1131 0-1.5383zM5.9648 5.9603c1.2516-1.2513 1.3437-3.2206.2825-4.5813a13.7677 13.7677 0 0 0-4.8644 4.8643c1.3612 1.0616 3.3306.9687 4.582-.283zm.6567.6572c-.424.4247-.424 1.1139 0 1.5383.4245.4246 1.114.4246 1.5382 0 .4248-.4244.4248-1.1136 0-1.5383-.4243-.4243-1.1137-.4243-1.5382 0zm15.9625-.3857a13.7597 13.7597 0 0 0-4.8637-4.8642c-1.0614 1.3609-.969 3.33.2823 4.5818 1.2517 1.2507 3.2204 1.3436 4.5814.2824zM17.346 8.1443c.4237-.4248.4237-1.1135 0-1.5383-.425-.4247-1.1145-.4247-1.5388 0-.4241.4248-.4241 1.1135 0 1.5383.4243.4243 1.1137.4243 1.5388 0zM1.3772 17.7087a13.763 13.763 0 0 0 4.8647 4.8654c1.0613-1.3608.9685-3.3297-.2833-4.5818-1.2512-1.251-3.2204-1.3436-4.5814-.2836zm5.2385-1.9115c-.4238.4247-.4238 1.1136 0 1.5384.425.4246 1.1141.4246 1.5382 0 .425-.4248.425-1.1137 0-1.5384-.4241-.4245-1.1131-.4245-1.5382 0z"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
1
.obsidian/icons/simple-icons/Expertsexchange.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="16px" height="16px"><path d="M7.28.9H0L8.36 12 0 23.1h7.28L15.64 12zM24 .9h-7.28l-2.3 3.06 3.64 4.82zM14.42 20.05l2.3 3.05H24l-5.94-7.88z"></path></svg>
|
||||
|
After Width: | Height: | Size: 250 B |
1
.obsidian/icons/simple-icons/Linuxfoundation.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="16px" height="16px"><path d="M4.8 19.2h9.6V24H0V9.6h4.8v9.6zM0 0v7.2h4.8V4.822h14.4V19.2h-2.4V24H24V0H0z"></path></svg>
|
||||
|
After Width: | Height: | Size: 217 B |
1
.obsidian/icons/simple-icons/Livejournal.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="16px" height="16px"><path d="M18.09 14.696c-1.512.664-2.726 1.885-3.381 3.399l4.27.883-.886-4.282h-.003zM2.475 8.317L0 5.85C1.125 3.237 3.216 1.14 5.823 0h.006l2.469 2.463c1.368-.591 2.876-.921 4.463-.921C18.967 1.542 24 6.569 24 12.771 24 18.973 18.967 24 12.761 24 6.551 24 1.52 18.976 1.52 12.771c0-1.591.355-3.081.952-4.451l9.143 9.114c1.125-2.613 3.218-4.71 5.823-5.85l-9.135-9.12h-.008c-2.606 1.14-4.695 3.24-5.823 5.85l.003.003z"></path></svg>
|
||||
|
After Width: | Height: | Size: 548 B |
1
.obsidian/icons/simple-icons/Nextra.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="16px" height="16px"><path d="M22.68 21.031c-4.98-4.98-4.98-13.083 0-18.063l.978-.978c.22-.22.342-.513.342-.825 0-.311-.122-.604-.342-.824-.44-.441-1.207-.44-1.648 0l-.979.978c-4.98 4.98-13.084 4.98-18.063 0L1.99.34a1.17 1.17 0 0 0-1.649 0 1.168 1.168 0 0 0 0 1.649l.978.978c4.98 4.98 4.98 13.083 0 18.063l-.977.978c-.221.22-.342.513-.342.825 0 .31.121.604.341.824.442.443 1.21.441 1.65 0l.977-.977c4.98-4.983 13.083-4.98 18.064 0l.978.977c.22.22.513.342.824.342.312 0 .605-.122.824-.342.22-.22.342-.512.342-.824 0-.313-.122-.605-.342-.825l-.977-.978z"></path></svg>
|
||||
|
After Width: | Height: | Size: 663 B |
BIN
.obsidian/icons/tabler-icons.zip
vendored
Normal file
1
.obsidian/icons/tabler-icons/Books.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-books"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M5 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z"></path><path d="M9 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z"></path><path d="M5 8h4"></path><path d="M9 16h4"></path><path d="M13.803 4.56l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.695 13.418a1.02 1.02 0 0 1 -.634 1.219l-.133 .041l-2.184 .53c-.562 .135 -1.133 -.19 -1.282 -.732l-3.695 -13.418a1.02 1.02 0 0 1 .634 -1.219l.133 -.041z"></path><path d="M14 9l4 -1"></path><path d="M16 16l3.923 -.98"></path></svg>
|
||||
|
After Width: | Height: | Size: 841 B |
1
.obsidian/icons/tabler-icons/Calendar.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="currentColor" class="icon icon-tabler icons-tabler-filled icon-tabler-calendar"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M16 2a1 1 0 0 1 .993 .883l.007 .117v1h1a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h1v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h6v-1a1 1 0 0 1 1 -1zm3 7h-14v9.625c0 .705 .386 1.286 .883 1.366l.117 .009h12c.513 0 .936 -.53 .993 -1.215l.007 -.16v-9.625z"></path><path d="M12 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 -.117 -1.993l.117 -.007h1z"></path></svg>
|
||||
|
After Width: | Height: | Size: 733 B |
1
.obsidian/icons/tabler-icons/CalendarMonth.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-calendar-month"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z"></path><path d="M16 3v4"></path><path d="M8 3v4"></path><path d="M4 11h16"></path><path d="M7 14h.013"></path><path d="M10.01 14h.005"></path><path d="M13.01 14h.005"></path><path d="M16.015 14h.005"></path><path d="M13.015 17h.005"></path><path d="M7.01 17h.005"></path><path d="M10.01 17h.005"></path></svg>
|
||||
|
After Width: | Height: | Size: 714 B |
1
.obsidian/icons/tabler-icons/CalendarWeek.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-calendar-week"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z"></path><path d="M16 3v4"></path><path d="M8 3v4"></path><path d="M4 11h16"></path><path d="M8 14v4"></path><path d="M12 14v4"></path><path d="M16 14v4"></path></svg>
|
||||
|
After Width: | Height: | Size: 569 B |
1
.obsidian/icons/tabler-icons/MapCog.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-map-cog"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8"></path><path d="M9 4v13"></path><path d="M15 7v6.5"></path><path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M19.001 15.5v1.5"></path><path d="M19.001 21v1.5"></path><path d="M22.032 17.25l-1.299 .75"></path><path d="M17.27 20l-1.3 .75"></path><path d="M15.97 17.25l1.3 .75"></path><path d="M20.733 20l1.3 .75"></path></svg>
|
||||
|
After Width: | Height: | Size: 705 B |
1
.obsidian/icons/tabler-icons/Notes.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-notes"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z"></path><path d="M9 7l6 0"></path><path d="M9 11l6 0"></path><path d="M9 15l4 0"></path></svg>
|
||||
|
After Width: | Height: | Size: 489 B |
1
.obsidian/icons/tabler-icons/Spaces.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-spaces"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6.045 9.777a6 6 0 1 0 5.951 .023"></path><path d="M11.997 20.196a6 6 0 1 0 -2.948 -5.97"></path><path d="M17.95 9.785q .05 -.386 .05 -.785a6 6 0 1 0 -3.056 5.23"></path></svg>
|
||||
|
After Width: | Height: | Size: 492 B |
1
.obsidian/icons/tabler-icons/Template.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-template"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z"></path><path d="M4 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z"></path><path d="M14 12l6 0"></path><path d="M14 16l6 0"></path><path d="M14 20l6 0"></path></svg>
|
||||
|
After Width: | Height: | Size: 590 B |
7225
.obsidian/plugins/beautitab/main.js
vendored
Normal file
11
.obsidian/plugins/beautitab/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "beautitab",
|
||||
"name": "Beautitab",
|
||||
"version": "1.6.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Creates a customizable new tab view with beautiful backgrounds, quotes, search, and more.",
|
||||
"author": "Andrew McGivery",
|
||||
"authorUrl": "https://github.com/andrewmcgivery",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/andrewmcgivery",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
288
.obsidian/plugins/beautitab/styles.css
vendored
Normal file
@ -0,0 +1,288 @@
|
||||
/* styles.scss */
|
||||
.workspace-tabs .workspace-leaf-content.beautitab {
|
||||
color: #dadada;
|
||||
container-type: size;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .view-header {
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 40px;
|
||||
height: 40px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .view-header .view-header-nav-buttons,
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .view-header .view-header-title-container {
|
||||
display: none;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .view-header .view-action {
|
||||
--icon-color: currentColor;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .view-header div {
|
||||
margin-left: auto;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .view-content {
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
text-shadow: rgba(0, 0, 0, .1) 0px 1px 5px;
|
||||
background: var(--background);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root.beautitab-root--transparent,
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root.beautitab-root--transparent .beautitab-wrapper,
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root.beautitab-root--transparent .beautitab-wrapper .beautitab-top,
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root.beautitab-root--transparent .beautitab-wrapper .beautitab-quote,
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root.beautitab-root--transparentWithShadows {
|
||||
background: transparent;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
background:
|
||||
radial-gradient(
|
||||
circle,
|
||||
#0009 0% 20%,
|
||||
#0000);
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-top {
|
||||
flex: 1;
|
||||
background:
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
#0009,
|
||||
#0000);
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
padding: 10px;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-top .beautitab-iconbutton {
|
||||
opacity: .8;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-top .beautitab-iconbutton:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-top .beautitab-iconbutton svg {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-center {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-center .beautitab-time {
|
||||
font-size: 1050%;
|
||||
line-height: 1;
|
||||
}
|
||||
@container (max-width: 520px) {
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-center .beautitab-time {
|
||||
font-size: 30cqw;
|
||||
}
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-center .beautitab-greeting {
|
||||
font-size: 3rem;
|
||||
}
|
||||
@container (max-width: 520px) {
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-center .beautitab-greeting {
|
||||
font-size: 8cqw;
|
||||
}
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-search {
|
||||
width: 50%;
|
||||
min-width: 500px;
|
||||
}
|
||||
@container (max-width: 520px) {
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-search {
|
||||
width: 90%;
|
||||
min-width: auto;
|
||||
}
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-search .beautitab-search-wrapper {
|
||||
height: 60px;
|
||||
border-radius: 60px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
backdrop-filter: blur(5px);
|
||||
background: #ffffff1a;
|
||||
box-shadow: 0 4px 30px #00000026;
|
||||
margin-bottom: 20px;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
line-height: 1;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-search .beautitab-search-wrapper .beautitab-search-text {
|
||||
font-size: 28px;
|
||||
opacity: .8;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-search .beautitab-search-wrapper .beautitab-icon svg {
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-recentlyedited {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow-y: auto;
|
||||
width: 100%;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-recentlyedited .beautitab-recentlyedited-file {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
width: 100px;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-recentlyedited .beautitab-recentlyedited-file:hover {
|
||||
backdrop-filter: blur(5px);
|
||||
background: #ffffff1a;
|
||||
box-shadow: 0 4px 30px #00000026;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-recentlyedited .beautitab-recentlyedited-file .beautitab-icon {
|
||||
display: block;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-recentlyedited .beautitab-recentlyedited-file .beautitab-icon svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-bottom .beautitab-recentlyedited .beautitab-recentlyedited-file .beautitab-recentlyedited-file-name {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-quote {
|
||||
width: 100%;
|
||||
min-height: 60px;
|
||||
padding-bottom: 10px;
|
||||
background:
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
#0000,
|
||||
#0006 60%,
|
||||
#0009);
|
||||
text-align: center;
|
||||
}
|
||||
@container (max-width: 599px) {
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-quote {
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-quote .beautitab-quote-content {
|
||||
font-size: 1.1rem;
|
||||
font-weight: 500;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
@container (max-width: 600px) {
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-quote .beautitab-quote-content {
|
||||
font-size: .8rem;
|
||||
}
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-root .beautitab-wrapper .beautitab-quote .beautitab-quote-author {
|
||||
font-size: .9rem;
|
||||
opacity: .7;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-iconbutton {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
.workspace-tabs .workspace-leaf-content.beautitab .beautitab-iconbutton .beautitab-iconbutton-text {
|
||||
position: absolute;
|
||||
left: -9999999px;
|
||||
}
|
||||
.customQuotesTable {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
.customQuotesTable thead tr th {
|
||||
border-bottom: 2px solid var(--background-modifier-border);
|
||||
text-align: left;
|
||||
font-size: .8em;
|
||||
padding: 8px;
|
||||
}
|
||||
.customQuotesTable tbody tr {
|
||||
border-bottom: 2px solid var(--background-modifier-border);
|
||||
}
|
||||
.customQuotesTable tbody tr td {
|
||||
padding: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.customQuotesTable tbody tr td:nth-child(2) {
|
||||
width: 60%;
|
||||
height: 100px;
|
||||
}
|
||||
.customQuotesTable tbody tr td textarea {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.customQuotesTable tbody tr td input,
|
||||
.customQuotesTable tbody tr td button {
|
||||
width: 100%;
|
||||
}
|
||||
.beautitabsettings-localbackgrounds {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
.beautitabsettings-localbackgrounds .beautitabsettings-localbackgrounds-background {
|
||||
position: relative;
|
||||
}
|
||||
.beautitabsettings-localbackgrounds .beautitabsettings-localbackgrounds-background img {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.beautitabsettings-localbackgrounds .beautitabsettings-localbackgrounds-background .beautitabsettings-localbackgrounds-background-delete {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding: 2px 4px;
|
||||
margin: 0;
|
||||
height: auto;
|
||||
box-shadow: none;
|
||||
line-height: 1;
|
||||
font-size: 1em;
|
||||
cursor: pointer;
|
||||
text-shadow: rgba(0, 0, 0, .5) 0px 1px 5px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.beautitabsettings-localbackgrounds .beautitabsettings-localbackgrounds-background .beautitabsettings-localbackgrounds-background-delete:hover {
|
||||
color: red;
|
||||
}
|
||||
.setting-item.search-provider .setting-item-control input {
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: none;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
text-align: right;
|
||||
}
|
||||
15
.obsidian/plugins/better-export-pdf/data.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"showTitle": true,
|
||||
"maxLevel": "6",
|
||||
"displayHeader": true,
|
||||
"displayFooter": false,
|
||||
"headerTemplate": "<div style=\"width: 100vw;font-size:10px;text-align:center;\"><span class=\"title\"></span></div>",
|
||||
"footerTemplate": "<div style=\"width: 100vw;font-size:10px;text-align:center;\"><span class=\"pageNumber\"></span> / <span class=\"totalPages\"></span></div>",
|
||||
"printBackground": false,
|
||||
"generateTaggedPDF": false,
|
||||
"displayMetadata": false,
|
||||
"debug": false,
|
||||
"isTimestamp": false,
|
||||
"enabledCss": false,
|
||||
"concurrency": "5"
|
||||
}
|
||||
25940
.obsidian/plugins/better-export-pdf/main.js
vendored
Normal file
11
.obsidian/plugins/better-export-pdf/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "better-export-pdf",
|
||||
"name": "Better Export PDF",
|
||||
"version": "1.11.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Export your notes to PDF, support export preview, add bookmarks outline and header/footer.",
|
||||
"author": "l1xnan",
|
||||
"authorUrl": "https://github.com/l1xnan",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/l1xnan",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
67
.obsidian/plugins/better-export-pdf/styles.css
vendored
Normal file
@ -0,0 +1,67 @@
|
||||
#better-export-pdf {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 75vh;
|
||||
}
|
||||
|
||||
#better-export-pdf .pdf-preview {
|
||||
flex: auto;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
align-content: flex-start;
|
||||
}
|
||||
|
||||
#better-export-pdf .pdf-preview .webview-wrapper {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#better-export-pdf .pdf-preview .print-size {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: 8px;
|
||||
z-index: 99;
|
||||
font-size: 0.6rem;
|
||||
white-space: pre-wrap;
|
||||
text-align: right;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#better-export-pdf .pdf-preview > div {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
#better-export-pdf .pdf-preview > div.progress {
|
||||
flex: none;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#better-export-pdf .pdf-preview .filename {
|
||||
font-size: 0.75rem;
|
||||
color: var(--color-base-60);
|
||||
}
|
||||
#better-export-pdf .pdf-preview .filename:not(:first-child) {
|
||||
padding-top: calc(var(--p-spacing));
|
||||
}
|
||||
|
||||
#better-export-pdf webview {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#better-export-pdf .setting-wrapper {
|
||||
width: 320px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
#better-export-pdf .setting-wrapper .setting-item[hidden] {
|
||||
display: none;
|
||||
}
|
||||
11
.obsidian/plugins/callout-manager/data.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"callouts": {
|
||||
"custom": [],
|
||||
"settings": {}
|
||||
},
|
||||
"calloutDetection": {
|
||||
"obsidian": true,
|
||||
"theme": true,
|
||||
"snippet": true
|
||||
}
|
||||
}
|
||||
4369
.obsidian/plugins/callout-manager/main.js
vendored
Normal file
10
.obsidian/plugins/callout-manager/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "callout-manager",
|
||||
"version": "1.1.0",
|
||||
"description": "Easily create and customize callouts.",
|
||||
"author": "eth-p",
|
||||
"authorUrl": "https://github.com/eth-p",
|
||||
"name": "Callout Manager",
|
||||
"minAppVersion": "1.0.0",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
1
.obsidian/plugins/callout-manager/styles.css
vendored
Normal file
15
.obsidian/plugins/dataview-serializer/data.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"foldersToScan": [
|
||||
"",
|
||||
"Wiki/certifications"
|
||||
],
|
||||
"ignoredFolders": [],
|
||||
"disableAutomaticUpdates": false,
|
||||
"showRefreshButton": true,
|
||||
"foldersToForceUpdate": [],
|
||||
"showErrorNotifications": true,
|
||||
"debugLogging": false,
|
||||
"addTrailingNewline": false,
|
||||
"linkFormat": "shortest",
|
||||
"enableDataviewJS": true
|
||||
}
|
||||
73
.obsidian/plugins/dataview-serializer/main.js
vendored
Normal file
11
.obsidian/plugins/dataview-serializer/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "dataview-serializer",
|
||||
"name": "Dataview Serializer",
|
||||
"description": "Serialize Dataview queries to Markdown, and keep the Markdown representation up to date.",
|
||||
"version": "2.5.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"isDesktopOnly": false,
|
||||
"author": "Sebastien Dubois",
|
||||
"authorUrl": "https://dsebastien.net",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/dsebastien"
|
||||
}
|
||||
2
.obsidian/plugins/dataview-serializer/styles.css
vendored
Normal file
27
.obsidian/plugins/dataview/data.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"renderNullAs": "\\-",
|
||||
"taskCompletionTracking": false,
|
||||
"taskCompletionUseEmojiShorthand": false,
|
||||
"taskCompletionText": "completion",
|
||||
"taskCompletionDateFormat": "yyyy-MM-dd",
|
||||
"recursiveSubTaskCompletion": false,
|
||||
"warnOnEmptyResult": true,
|
||||
"refreshEnabled": true,
|
||||
"refreshInterval": 2500,
|
||||
"defaultDateFormat": "yyyy-MM-dd",
|
||||
"defaultDateTimeFormat": "yyyy-MM-dd hh:mm",
|
||||
"maxRecursiveRenderDepth": 4,
|
||||
"tableIdColumnName": "File",
|
||||
"tableGroupColumnName": "Group",
|
||||
"showResultCount": true,
|
||||
"allowHtml": true,
|
||||
"inlineQueryPrefix": "=",
|
||||
"inlineJsQueryPrefix": "$=",
|
||||
"inlineQueriesInCodeblocks": true,
|
||||
"enableInlineDataview": true,
|
||||
"enableDataviewJs": true,
|
||||
"enableInlineDataviewJs": true,
|
||||
"prettyRenderInlineFields": true,
|
||||
"prettyRenderInlineFieldsInLivePreview": true,
|
||||
"dataviewJsKeyword": "dataviewjs"
|
||||
}
|
||||
20876
.obsidian/plugins/dataview/main.js
vendored
Normal file
11
.obsidian/plugins/dataview/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "dataview",
|
||||
"name": "Dataview",
|
||||
"version": "0.5.68",
|
||||
"minAppVersion": "0.13.11",
|
||||
"description": "Complex data views for the data-obsessed.",
|
||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||
"authorUrl": "https://github.com/blacksmithgu",
|
||||
"helpUrl": "https://blacksmithgu.github.io/obsidian-dataview/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
141
.obsidian/plugins/dataview/styles.css
vendored
Normal file
@ -0,0 +1,141 @@
|
||||
.block-language-dataview {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/*****************/
|
||||
/** Table Views **/
|
||||
/*****************/
|
||||
|
||||
/* List View Default Styling; rendered internally as a table. */
|
||||
.table-view-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.table-view-table > thead > tr, .table-view-table > tbody > tr {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.table-view-table > tbody > tr:hover {
|
||||
background-color: var(--table-row-background-hover);
|
||||
}
|
||||
|
||||
.table-view-table > thead > tr > th {
|
||||
font-weight: 700;
|
||||
font-size: larger;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: solid;
|
||||
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.table-view-table > tbody > tr > td {
|
||||
text-align: left;
|
||||
border: none;
|
||||
font-weight: 400;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.table-view-table ul, .table-view-table ol {
|
||||
margin-block-start: 0.2em !important;
|
||||
margin-block-end: 0.2em !important;
|
||||
}
|
||||
|
||||
/** Rendered value styling for any view. */
|
||||
.dataview-result-list-root-ul {
|
||||
padding: 0em !important;
|
||||
margin: 0em !important;
|
||||
}
|
||||
|
||||
.dataview-result-list-ul {
|
||||
margin-block-start: 0.2em !important;
|
||||
margin-block-end: 0.2em !important;
|
||||
}
|
||||
|
||||
/** Generic grouping styling. */
|
||||
.dataview.result-group {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
/*******************/
|
||||
/** Inline Fields **/
|
||||
/*******************/
|
||||
|
||||
.dataview.inline-field-key {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-primary-alt);
|
||||
color: var(--nav-item-color-selected);
|
||||
}
|
||||
|
||||
.dataview.inline-field-value {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-secondary-alt);
|
||||
color: var(--nav-item-color-selected);
|
||||
}
|
||||
|
||||
.dataview.inline-field-standalone-value {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-secondary-alt);
|
||||
color: var(--nav-item-color-selected);
|
||||
}
|
||||
|
||||
/***************/
|
||||
/** Task View **/
|
||||
/***************/
|
||||
|
||||
.dataview.task-list-item, .dataview.task-list-basic-item {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
transition: 0.4s;
|
||||
}
|
||||
|
||||
.dataview.task-list-item:hover, .dataview.task-list-basic-item:hover {
|
||||
background-color: var(--text-selection);
|
||||
box-shadow: -40px 0 0 var(--text-selection);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*****************/
|
||||
/** Error Views **/
|
||||
/*****************/
|
||||
|
||||
div.dataview-error-box {
|
||||
width: 100%;
|
||||
min-height: 150px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border: 4px dashed var(--background-secondary);
|
||||
}
|
||||
|
||||
.dataview-error-message {
|
||||
color: var(--text-muted);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*************************/
|
||||
/** Additional Metadata **/
|
||||
/*************************/
|
||||
|
||||
.dataview.small-text {
|
||||
font-size: smaller;
|
||||
color: var(--text-muted);
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.dataview.small-text::before {
|
||||
content: "(";
|
||||
}
|
||||
|
||||
.dataview.small-text::after {
|
||||
content: ")";
|
||||
}
|
||||
370
.obsidian/plugins/heatmap-calendar/main.js
vendored
Normal file
@ -0,0 +1,370 @@
|
||||
/*
|
||||
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
|
||||
if you want to view the source, please visit the github repository of this plugin
|
||||
*/
|
||||
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
||||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
||||
var __spreadValues = (a, b) => {
|
||||
for (var prop in b || (b = {}))
|
||||
if (__hasOwnProp.call(b, prop))
|
||||
__defNormalProp(a, prop, b[prop]);
|
||||
if (__getOwnPropSymbols)
|
||||
for (var prop of __getOwnPropSymbols(b)) {
|
||||
if (__propIsEnum.call(b, prop))
|
||||
__defNormalProp(a, prop, b[prop]);
|
||||
}
|
||||
return a;
|
||||
};
|
||||
var __export = (target, all) => {
|
||||
for (var name in all)
|
||||
__defProp(target, name, { get: all[name], enumerable: true });
|
||||
};
|
||||
var __copyProps = (to, from, except, desc) => {
|
||||
if (from && typeof from === "object" || typeof from === "function") {
|
||||
for (let key of __getOwnPropNames(from))
|
||||
if (!__hasOwnProp.call(to, key) && key !== except)
|
||||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
||||
}
|
||||
return to;
|
||||
};
|
||||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
||||
var __async = (__this, __arguments, generator) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
var fulfilled = (value) => {
|
||||
try {
|
||||
step(generator.next(value));
|
||||
} catch (e) {
|
||||
reject(e);
|
||||
}
|
||||
};
|
||||
var rejected = (value) => {
|
||||
try {
|
||||
step(generator.throw(value));
|
||||
} catch (e) {
|
||||
reject(e);
|
||||
}
|
||||
};
|
||||
var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
|
||||
step((generator = generator.apply(__this, __arguments)).next());
|
||||
});
|
||||
};
|
||||
|
||||
// main.ts
|
||||
var main_exports = {};
|
||||
__export(main_exports, {
|
||||
default: () => HeatmapCalendar
|
||||
});
|
||||
module.exports = __toCommonJS(main_exports);
|
||||
var import_obsidian2 = require("obsidian");
|
||||
|
||||
// settings.ts
|
||||
var import_obsidian = require("obsidian");
|
||||
var HeatmapCalendarSettingsTab = class extends import_obsidian.PluginSettingTab {
|
||||
constructor(app, plugin) {
|
||||
super(app, plugin);
|
||||
this.plugin = plugin;
|
||||
}
|
||||
addColorMap(color) {
|
||||
return __async(this, null, function* () {
|
||||
const isValid = { key: true, value: true };
|
||||
if (!color.key)
|
||||
isValid.key = false;
|
||||
const validatedArray = this.validateColorInput(color.value);
|
||||
if (!validatedArray)
|
||||
isValid.value = false;
|
||||
if (isValid.key && isValid.value) {
|
||||
this.plugin.settings.colors[color.key] = validatedArray;
|
||||
yield this.plugin.saveSettings();
|
||||
this.display();
|
||||
}
|
||||
return isValid;
|
||||
});
|
||||
}
|
||||
deleteColorMap(key) {
|
||||
return __async(this, null, function* () {
|
||||
delete this.plugin.settings.colors[key];
|
||||
yield this.plugin.saveSettings();
|
||||
this.display();
|
||||
});
|
||||
}
|
||||
displayColorSettings() {
|
||||
const { containerEl } = this;
|
||||
containerEl.createEl("h3", { text: "Colors" });
|
||||
this.displayColorHelp(containerEl);
|
||||
for (const [key, colors] of Object.entries(this.plugin.settings.colors)) {
|
||||
const colorEntryContainer = containerEl.createDiv({
|
||||
cls: "heatmap-calendar-settings-colors__container"
|
||||
});
|
||||
const colorDataContainer = colorEntryContainer.createDiv({
|
||||
cls: "heatmap-calendar-settings-colors__data-container"
|
||||
});
|
||||
colorDataContainer.createEl("h4", { text: key });
|
||||
const colorRow = colorDataContainer.createDiv({ cls: "heatmap-calendar-settings-colors__row" });
|
||||
const colorsContainer = colorRow.createDiv({ cls: "heatmap-calendar-settings-colors__color-container" });
|
||||
for (const color of colors) {
|
||||
colorsContainer.createEl("div", {
|
||||
cls: "heatmap-calendar-settings-colors__color-box",
|
||||
attr: {
|
||||
style: `background-color: ${color}`
|
||||
}
|
||||
});
|
||||
colorsContainer.createEl("pre", {
|
||||
cls: "heatmap-calendar-settings-colors__color-name",
|
||||
text: color
|
||||
});
|
||||
}
|
||||
if (key !== "default") {
|
||||
const deleteColorButton = colorEntryContainer.createEl("button", {
|
||||
cls: "mod-warning heatmap-calendar-settings-colors__delete"
|
||||
});
|
||||
(0, import_obsidian.setIcon)(deleteColorButton, "trash");
|
||||
deleteColorButton.addEventListener("click", () => this.deleteColorMap(key));
|
||||
}
|
||||
}
|
||||
this.displayColorInput(containerEl);
|
||||
}
|
||||
displayColorInput(parent) {
|
||||
const inputContainer = parent.createDiv({ cls: "heatmap-calendar-settings-colors__new-color-input-container" });
|
||||
const colorNameInput = inputContainer.createEl("input", {
|
||||
cls: "heatmap-calendar-settings-colors__new-color-input-name",
|
||||
attr: { placeholder: "Color name", type: "text" }
|
||||
});
|
||||
const colorValueInput = inputContainer.createEl("input", {
|
||||
cls: "heatmap-calendar-settings-colors__new-color-input-value",
|
||||
attr: { placeholder: "Colors array", type: "text" }
|
||||
});
|
||||
const addColorButton = inputContainer.createEl("button", {
|
||||
cls: "mod-cta heatmap-calendar-settings-colors__new-color-button"
|
||||
});
|
||||
(0, import_obsidian.setIcon)(addColorButton, "plus");
|
||||
addColorButton.addEventListener("click", () => __async(this, null, function* () {
|
||||
const isValid = yield this.addColorMap({
|
||||
key: colorNameInput.value,
|
||||
value: colorValueInput.value
|
||||
});
|
||||
this.reportInputValidity(colorNameInput, isValid.key, "Please input a name for your color");
|
||||
this.reportInputValidity(colorValueInput, isValid.value, "Color is not a valid JSON array of colors");
|
||||
}));
|
||||
}
|
||||
displayColorHelp(parent) {
|
||||
parent.createEl("p", {
|
||||
text: "Add lists of colors which will be globally available on your heatmaps."
|
||||
});
|
||||
parent.createEl("p", {
|
||||
text: "You can use those colors by referencing their name in your heatmap render settings."
|
||||
});
|
||||
}
|
||||
reportInputValidity(input, isValid, msg) {
|
||||
if (!isValid) {
|
||||
input.classList.add("has-error");
|
||||
input.setCustomValidity(msg);
|
||||
} else
|
||||
input.setCustomValidity("");
|
||||
input.reportValidity();
|
||||
}
|
||||
validateColorInput(value) {
|
||||
const colorRegex = /^(#[0-9a-f]{3,6}|rgba?\(\s*\d+%?\s*,\s*\d+%?\s*,\s*\d+%?\s*(,\s*\d+(\.\d+)?%?)?\s*\))$/i;
|
||||
try {
|
||||
const data = JSON.parse(value);
|
||||
if (!Array.isArray(data))
|
||||
return false;
|
||||
return data.every((color) => colorRegex.test(color)) ? data : false;
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
displayWeekStartDaySettings() {
|
||||
const { containerEl } = this;
|
||||
new import_obsidian.Setting(containerEl).setName("Week Start Day").setDesc("Select the day on which your week starts.").addDropdown((dropdown) => dropdown.addOptions({
|
||||
0: "Sunday",
|
||||
1: "Monday",
|
||||
2: "Tuesday",
|
||||
3: "Wednesday",
|
||||
4: "Thursday",
|
||||
5: "Friday",
|
||||
6: "Saturday"
|
||||
}).setValue(this.plugin.settings.weekStartDay.toString()).onChange((value) => __async(this, null, function* () {
|
||||
this.plugin.settings.weekStartDay = +value;
|
||||
yield this.plugin.saveSettings();
|
||||
})));
|
||||
}
|
||||
display() {
|
||||
const { containerEl } = this;
|
||||
containerEl.empty();
|
||||
containerEl.createEl("h2", { text: "Heatmap Calendar Settings" });
|
||||
this.displayWeekStartDaySettings();
|
||||
this.displayColorSettings();
|
||||
console.log("settings", this.plugin.settings);
|
||||
}
|
||||
};
|
||||
|
||||
// main.ts
|
||||
var DEFAULT_SETTINGS = {
|
||||
year: new Date().getFullYear(),
|
||||
colors: {
|
||||
default: ["#c6e48b", "#7bc96f", "#49af5d", "#2e8840", "#196127"]
|
||||
},
|
||||
entries: [{ date: "1900-01-01", color: "#7bc96f", intensity: 5, content: "" }],
|
||||
showCurrentDayBorder: true,
|
||||
defaultEntryIntensity: 4,
|
||||
intensityScaleStart: 1,
|
||||
intensityScaleEnd: 5,
|
||||
weekStartDay: 1
|
||||
};
|
||||
var HeatmapCalendar = class extends import_obsidian2.Plugin {
|
||||
getHowManyDaysIntoYear(date) {
|
||||
return (Date.UTC(date.getUTCFullYear(), date.getUTCMonth(), date.getUTCDate()) - Date.UTC(date.getUTCFullYear(), 0, 0)) / 24 / 60 / 60 / 1e3;
|
||||
}
|
||||
getHowManyDaysIntoYearLocal(date) {
|
||||
return (Date.UTC(date.getFullYear(), date.getMonth(), date.getDate()) - Date.UTC(date.getFullYear(), 0, 0)) / 24 / 60 / 60 / 1e3;
|
||||
}
|
||||
removeHtmlElementsNotInYear(entries, year) {
|
||||
var _a;
|
||||
const calEntriesNotInDisplayedYear = (_a = entries.filter((e) => new Date(e.date).getFullYear() !== year)) != null ? _a : this.settings.entries;
|
||||
calEntriesNotInDisplayedYear.forEach((e) => e.content instanceof HTMLElement && e.content.remove());
|
||||
}
|
||||
clamp(input, min, max) {
|
||||
return input < min ? min : input > max ? max : input;
|
||||
}
|
||||
map(current, inMin, inMax, outMin, outMax) {
|
||||
const mapped = (current - inMin) * (outMax - outMin) / (inMax - inMin) + outMin;
|
||||
return this.clamp(mapped, outMin, outMax);
|
||||
}
|
||||
getWeekdayShort(dayNumber) {
|
||||
return new Date(1970, 0, dayNumber + this.settings.weekStartDay + 4).toLocaleDateString("en-US", { weekday: "short" });
|
||||
}
|
||||
onload() {
|
||||
return __async(this, null, function* () {
|
||||
yield this.loadSettings();
|
||||
this.addSettingTab(new HeatmapCalendarSettingsTab(this.app, this));
|
||||
window.renderHeatmapCalendar = (el, calendarData) => {
|
||||
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k;
|
||||
const year = (_a = calendarData.year) != null ? _a : this.settings.year;
|
||||
const colors = typeof calendarData.colors === "string" ? this.settings.colors[calendarData.colors] ? { [calendarData.colors]: this.settings.colors[calendarData.colors] } : this.settings.colors : (_b = calendarData.colors) != null ? _b : this.settings.colors;
|
||||
this.removeHtmlElementsNotInYear(calendarData.entries, year);
|
||||
const calEntries = (_c = calendarData.entries.filter((e) => new Date(e.date + "T00:00").getFullYear() === year)) != null ? _c : this.settings.entries;
|
||||
const showCurrentDayBorder = (_d = calendarData.showCurrentDayBorder) != null ? _d : this.settings.showCurrentDayBorder;
|
||||
const defaultEntryIntensity = (_e = calendarData.defaultEntryIntensity) != null ? _e : this.settings.defaultEntryIntensity;
|
||||
const intensities = calEntries.filter((e) => e.intensity).map((e) => e.intensity);
|
||||
const minimumIntensity = intensities.length ? Math.min(...intensities) : this.settings.intensityScaleStart;
|
||||
const maximumIntensity = intensities.length ? Math.max(...intensities) : this.settings.intensityScaleEnd;
|
||||
const intensityScaleStart = (_f = calendarData.intensityScaleStart) != null ? _f : minimumIntensity;
|
||||
const intensityScaleEnd = (_g = calendarData.intensityScaleEnd) != null ? _g : maximumIntensity;
|
||||
const mappedEntries = [];
|
||||
calEntries.forEach((e) => {
|
||||
var _a2;
|
||||
const newEntry = __spreadValues({
|
||||
intensity: defaultEntryIntensity
|
||||
}, e);
|
||||
const colorIntensities = typeof colors === "string" ? this.settings.colors[colors] : (_a2 = colors[e.color]) != null ? _a2 : colors[Object.keys(colors)[0]];
|
||||
const numOfColorIntensities = Object.keys(colorIntensities).length;
|
||||
if (minimumIntensity === maximumIntensity && intensityScaleStart === intensityScaleEnd)
|
||||
newEntry.intensity = numOfColorIntensities;
|
||||
else
|
||||
newEntry.intensity = Math.round(this.map(newEntry.intensity, intensityScaleStart, intensityScaleEnd, 1, numOfColorIntensities));
|
||||
mappedEntries[this.getHowManyDaysIntoYear(new Date(e.date))] = newEntry;
|
||||
});
|
||||
const firstDayOfYear = new Date(Date.UTC(year, 0, 1));
|
||||
let numberOfEmptyDaysBeforeYearBegins = (firstDayOfYear.getUTCDay() + 7 - this.settings.weekStartDay) % 7;
|
||||
const boxes = [];
|
||||
while (numberOfEmptyDaysBeforeYearBegins) {
|
||||
boxes.push({ backgroundColor: "transparent" });
|
||||
numberOfEmptyDaysBeforeYearBegins--;
|
||||
}
|
||||
const lastDayOfYear = new Date(Date.UTC(year, 11, 31));
|
||||
const numberOfDaysInYear = this.getHowManyDaysIntoYear(lastDayOfYear);
|
||||
const todaysDayNumberLocal = this.getHowManyDaysIntoYearLocal(new Date());
|
||||
for (let day = 1; day <= numberOfDaysInYear; day++) {
|
||||
const box = {
|
||||
classNames: []
|
||||
};
|
||||
const currentDate = new Date(year, 0, day);
|
||||
const month = currentDate.toLocaleString("en-us", { month: "short" });
|
||||
(_h = box.classNames) == null ? void 0 : _h.push(`month-${month.toLowerCase()}`);
|
||||
if (day === todaysDayNumberLocal && showCurrentDayBorder)
|
||||
(_i = box.classNames) == null ? void 0 : _i.push("today");
|
||||
if (mappedEntries[day]) {
|
||||
(_j = box.classNames) == null ? void 0 : _j.push("hasData");
|
||||
const entry = mappedEntries[day];
|
||||
box.date = entry.date;
|
||||
if (entry.content)
|
||||
box.content = entry.content;
|
||||
const currentDayColors = entry.color ? colors[entry.color] : colors[Object.keys(colors)[0]];
|
||||
box.backgroundColor = currentDayColors[entry.intensity - 1];
|
||||
} else
|
||||
(_k = box.classNames) == null ? void 0 : _k.push("isEmpty");
|
||||
boxes.push(box);
|
||||
}
|
||||
const heatmapCalendarGraphDiv = createDiv({
|
||||
cls: "heatmap-calendar-graph",
|
||||
parent: el
|
||||
});
|
||||
createDiv({
|
||||
cls: "heatmap-calendar-year",
|
||||
text: String(year).slice(2),
|
||||
parent: heatmapCalendarGraphDiv
|
||||
});
|
||||
const heatmapCalendarMonthsUl = createEl("ul", {
|
||||
cls: "heatmap-calendar-months",
|
||||
parent: heatmapCalendarGraphDiv
|
||||
});
|
||||
createEl("li", { text: "Jan", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "Feb", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "Mar", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "Apr", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "May", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "Jun", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "Jul", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "Aug", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "Sep", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "Oct", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "Nov", parent: heatmapCalendarMonthsUl });
|
||||
createEl("li", { text: "Dec", parent: heatmapCalendarMonthsUl });
|
||||
const heatmapCalendarDaysUl = createEl("ul", {
|
||||
cls: "heatmap-calendar-days",
|
||||
parent: heatmapCalendarGraphDiv
|
||||
});
|
||||
for (let i = 0; i < 7; i++) {
|
||||
createEl("li", { text: this.getWeekdayShort(i), parent: heatmapCalendarDaysUl });
|
||||
}
|
||||
const heatmapCalendarBoxesUl = createEl("ul", {
|
||||
cls: "heatmap-calendar-boxes",
|
||||
parent: heatmapCalendarGraphDiv
|
||||
});
|
||||
boxes.forEach((e) => {
|
||||
const entry = createEl("li", {
|
||||
attr: __spreadValues(__spreadValues({}, e.backgroundColor && { style: `background-color: ${e.backgroundColor};` }), e.date && { "data-date": e.date }),
|
||||
cls: e.classNames,
|
||||
parent: heatmapCalendarBoxesUl
|
||||
});
|
||||
createSpan({
|
||||
cls: "heatmap-calendar-content",
|
||||
parent: entry,
|
||||
text: e.content
|
||||
});
|
||||
});
|
||||
};
|
||||
});
|
||||
}
|
||||
onunload() {
|
||||
}
|
||||
loadSettings() {
|
||||
return __async(this, null, function* () {
|
||||
console.log("heyoh", yield this.loadData());
|
||||
this.settings = Object.assign({}, DEFAULT_SETTINGS, yield this.loadData());
|
||||
});
|
||||
}
|
||||
saveSettings() {
|
||||
return __async(this, null, function* () {
|
||||
yield this.saveData(this.settings);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
/* nosourcemap */
|
||||
10
.obsidian/plugins/heatmap-calendar/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "heatmap-calendar",
|
||||
"name": "Heatmap Calendar",
|
||||
"version": "0.7.1",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Activity Year Overview for DataviewJS, Github style – Track Goals, Progress, Habits, Tasks, Exercise, Finances, \"Dont Break the Chain\" etc.",
|
||||
"author": "Richard Slettevoll",
|
||||
"authorUrl": "https://richard.sl",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
173
.obsidian/plugins/heatmap-calendar/styles.css
vendored
Normal file
@ -0,0 +1,173 @@
|
||||
/* Obsidian/DataviewJS Github inspired calendar by Richard Slettevoll - https://richard.sl/ */
|
||||
|
||||
.heatmap-calendar-graph>* {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.heatmap-calendar-graph {
|
||||
font-size: 0.65em;
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
grid-template-areas:
|
||||
'year months'
|
||||
'days boxes';
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
|
||||
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
||||
'Segoe UI Symbol';
|
||||
width: 100%;
|
||||
padding: 5px; /* 0px caused overflow and scrollbars */
|
||||
}
|
||||
|
||||
.heatmap-calendar-graph ul {
|
||||
padding-inline-start: 0;
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
}
|
||||
|
||||
.heatmap-calendar-months {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, minmax(0, 1fr));
|
||||
grid-area: months;
|
||||
margin-top: 0.1em;
|
||||
margin-bottom: 0.3em;
|
||||
grid-gap: 0.3em;
|
||||
}
|
||||
|
||||
.heatmap-calendar-days {
|
||||
grid-area: days;
|
||||
margin-left: 0.1em;
|
||||
margin-right: 0.3em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.heatmap-calendar-boxes {
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: repeat(53, minmax(0, 1fr));
|
||||
grid-area: boxes;
|
||||
}
|
||||
|
||||
.heatmap-calendar-days,
|
||||
.heatmap-calendar-boxes {
|
||||
display: grid;
|
||||
grid-gap: 0.3em;
|
||||
grid-template-rows: repeat(7, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.heatmap-calendar-year {
|
||||
grid-area: year;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
/* only label three days of the week */
|
||||
.heatmap-calendar-days li:nth-child(odd) {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.heatmap-calendar-boxes li {
|
||||
position: relative;
|
||||
font-size: 0.75em;
|
||||
background-color: #ebedf0;
|
||||
width: 100%;
|
||||
margin-inline-start: auto !important;
|
||||
}
|
||||
|
||||
.theme-dark .heatmap-calendar-boxes .isEmpty {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.heatmap-calendar-boxes li:not(.task-list-item)::before {
|
||||
content: unset;
|
||||
}
|
||||
|
||||
.heatmap-calendar-boxes .internal-link {
|
||||
text-decoration: none;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.heatmap-calendar-boxes .today {
|
||||
border: solid 1px rgb(61, 61, 61);
|
||||
}
|
||||
|
||||
/* Settings */
|
||||
|
||||
.heatmap-calendar-settings-colors__color-box {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
display: inline-block;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.heatmap-calendar-settings-colors__color-box:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.heatmap-calendar-settings-colors__color-name {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.heatmap-calendar-settings-colors__container {
|
||||
align-items: center;
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
|
||||
.heatmap-calendar-settings-colors__container h4 {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.heatmap-calendar-settings-colors__new-color-input-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.heatmap-calendar-settings-colors__new-color-input-container input {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.heatmap-calendar-settings-colors__new-color-input-container input {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.heatmap-calendar-settings-colors__new-color-input-value {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* ----
|
||||
/* ---- DEV Only ---- */
|
||||
/* ----
|
||||
|
||||
/* for putting the settings window off to the side whilst taking screenshots */
|
||||
/*
|
||||
.modal-container {
|
||||
justify-content: left !important;
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
.modal-bg {
|
||||
opacity: 0% !important;
|
||||
}
|
||||
.modal-container.mod-dim .modal {
|
||||
box-shadow: var(--shadow-s) !important;
|
||||
}
|
||||
.modal.mod-sidebar-layout {
|
||||
width: 700px !important;
|
||||
}
|
||||
.vertical-tab-content::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
*/
|
||||
|
||||
/* ----
|
||||
/* ---- DEV Only /END ---- */
|
||||
/* ----
|
||||
332
.obsidian/plugins/journals/data.json
vendored
Normal file
@ -0,0 +1,332 @@
|
||||
{
|
||||
"version": 3,
|
||||
"ui": {
|
||||
"calendarShelf": null
|
||||
},
|
||||
"pendingMigrations": [],
|
||||
"dismissedNotifications": [],
|
||||
"useShelves": false,
|
||||
"showReloadHint": false,
|
||||
"openOnStartup": "",
|
||||
"journals": {
|
||||
"Journal": {
|
||||
"name": "Journal",
|
||||
"shelves": [],
|
||||
"write": {
|
||||
"type": "day"
|
||||
},
|
||||
"confirmCreation": true,
|
||||
"nameTemplate": "{{date}}",
|
||||
"dateFormat": "YYYY-MM-DD",
|
||||
"folder": "Journal/Daily",
|
||||
"templates": [
|
||||
"x/Templater/tpl-daily-note.md"
|
||||
],
|
||||
"start": "",
|
||||
"end": {
|
||||
"type": "never"
|
||||
},
|
||||
"index": {
|
||||
"enabled": false,
|
||||
"anchorDate": "",
|
||||
"anchorIndex": 1,
|
||||
"allowBefore": false,
|
||||
"type": "increment",
|
||||
"resetAfter": 2
|
||||
},
|
||||
"autoCreate": false,
|
||||
"commands": [],
|
||||
"decorations": [
|
||||
{
|
||||
"mode": "and",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "has-note"
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
{
|
||||
"type": "shape",
|
||||
"size": 0.4,
|
||||
"shape": "circle",
|
||||
"color": {
|
||||
"type": "theme",
|
||||
"name": "interactive-accent"
|
||||
},
|
||||
"placement_x": "center",
|
||||
"placement_y": "bottom"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"navBlock": {
|
||||
"type": "create",
|
||||
"decorateWholeBlock": false,
|
||||
"rows": [
|
||||
{
|
||||
"template": "{{date:ddd}}",
|
||||
"fontSize": 1,
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"link": "none",
|
||||
"journal": "",
|
||||
"color": {
|
||||
"type": "theme",
|
||||
"name": "text-normal"
|
||||
},
|
||||
"background": {
|
||||
"type": "transparent"
|
||||
},
|
||||
"addDecorations": false
|
||||
},
|
||||
{
|
||||
"template": "{{date:D}}",
|
||||
"fontSize": 3,
|
||||
"bold": true,
|
||||
"italic": false,
|
||||
"link": "self",
|
||||
"journal": "",
|
||||
"color": {
|
||||
"type": "theme",
|
||||
"name": "text-normal"
|
||||
},
|
||||
"background": {
|
||||
"type": "transparent"
|
||||
},
|
||||
"addDecorations": true
|
||||
},
|
||||
{
|
||||
"template": "{{relative_date}}",
|
||||
"fontSize": 0.7,
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"link": "none",
|
||||
"journal": "",
|
||||
"color": {
|
||||
"type": "theme",
|
||||
"name": "text-normal"
|
||||
},
|
||||
"background": {
|
||||
"type": "transparent"
|
||||
},
|
||||
"addDecorations": false
|
||||
},
|
||||
{
|
||||
"template": "{{date:[W]w}}",
|
||||
"fontSize": 1,
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"link": "week",
|
||||
"journal": "",
|
||||
"color": {
|
||||
"type": "theme",
|
||||
"name": "text-normal"
|
||||
},
|
||||
"background": {
|
||||
"type": "transparent"
|
||||
},
|
||||
"addDecorations": false
|
||||
},
|
||||
{
|
||||
"template": "{{date:MMMM}}",
|
||||
"fontSize": 1,
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"link": "month",
|
||||
"journal": "",
|
||||
"color": {
|
||||
"type": "theme",
|
||||
"name": "text-normal"
|
||||
},
|
||||
"background": {
|
||||
"type": "transparent"
|
||||
},
|
||||
"addDecorations": false
|
||||
},
|
||||
{
|
||||
"template": "{{date:YYYY}}",
|
||||
"fontSize": 1,
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"link": "year",
|
||||
"journal": "",
|
||||
"color": {
|
||||
"type": "theme",
|
||||
"name": "text-normal"
|
||||
},
|
||||
"background": {
|
||||
"type": "transparent"
|
||||
},
|
||||
"addDecorations": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"calendarViewBlock": {
|
||||
"rows": [],
|
||||
"decorateWholeBlock": false
|
||||
},
|
||||
"frontmatter": {
|
||||
"dateField": "",
|
||||
"addStartDate": false,
|
||||
"startDateField": "",
|
||||
"addEndDate": false,
|
||||
"endDateField": "",
|
||||
"indexField": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"shelves": {},
|
||||
"commands": [
|
||||
{
|
||||
"name": "Open today's note",
|
||||
"writeType": "day",
|
||||
"type": "same",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open weekly note",
|
||||
"writeType": "week",
|
||||
"type": "same",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open monthly note",
|
||||
"writeType": "month",
|
||||
"type": "same",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open quarterly note",
|
||||
"writeType": "quarter",
|
||||
"type": "same",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open yearly note",
|
||||
"writeType": "year",
|
||||
"type": "same",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open tomorrow's note",
|
||||
"writeType": "day",
|
||||
"type": "next",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open next week note",
|
||||
"writeType": "week",
|
||||
"type": "next",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open next month note",
|
||||
"writeType": "month",
|
||||
"type": "next",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open next quarter note",
|
||||
"writeType": "quarter",
|
||||
"type": "next",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open next year note",
|
||||
"writeType": "year",
|
||||
"type": "next",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open yesterday's note",
|
||||
"writeType": "day",
|
||||
"type": "previous",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open last week note",
|
||||
"writeType": "week",
|
||||
"type": "previous",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open last month note",
|
||||
"writeType": "month",
|
||||
"type": "previous",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open last quarter note",
|
||||
"writeType": "quarter",
|
||||
"type": "previous",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "Open last year note",
|
||||
"writeType": "year",
|
||||
"type": "previous",
|
||||
"openMode": "tab",
|
||||
"showInRibbon": false,
|
||||
"icon": ""
|
||||
}
|
||||
],
|
||||
"calendar": {
|
||||
"dow": 1,
|
||||
"doy": 7,
|
||||
"global": true
|
||||
},
|
||||
"calendarView": {
|
||||
"display": "month",
|
||||
"leaf": "right",
|
||||
"weeks": "left",
|
||||
"todayMode": "navigate",
|
||||
"pickMode": "create",
|
||||
"todayStyle": {
|
||||
"color": {
|
||||
"type": "theme",
|
||||
"name": "text-accent"
|
||||
},
|
||||
"background": {
|
||||
"type": "transparent"
|
||||
}
|
||||
},
|
||||
"activeStyle": {
|
||||
"color": {
|
||||
"type": "theme",
|
||||
"name": "text-on-accent"
|
||||
},
|
||||
"background": {
|
||||
"type": "theme",
|
||||
"name": "interactive-accent"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
37
.obsidian/plugins/journals/main.js
vendored
Normal file
10
.obsidian/plugins/journals/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "journals",
|
||||
"name": "Journals",
|
||||
"version": "2.1.10",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Manage your journals in Obsidian",
|
||||
"author": "Sergii Kostyrko",
|
||||
"authorUrl": "https://github.com/srg-kostyrko",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
1
.obsidian/plugins/journals/styles.css
vendored
Normal file
215
.obsidian/plugins/obsidian-charts/main.js
vendored
Normal file
11
.obsidian/plugins/obsidian-charts/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-charts",
|
||||
"name": "Charts",
|
||||
"version": "3.9.0",
|
||||
"minAppVersion": "0.12.7",
|
||||
"description": "This Plugin lets you create Charts within Obsidian",
|
||||
"author": "phibr0",
|
||||
"authorUrl": "https://github.com/phibr0",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/phibr0"
|
||||
}
|
||||
30
.obsidian/plugins/obsidian-charts/styles.css
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
.picker_wrapper.popup,
|
||||
.picker_wrapper.popup .picker_arrow::before,
|
||||
.picker_wrapper.popup .picker_arrow::after,
|
||||
.picker_editor > input {
|
||||
background-color: var(--background-primary);
|
||||
}
|
||||
|
||||
.picker_editor > input {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
div.chart-error {
|
||||
padding: 1rem;
|
||||
border-radius: 1rem;
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
div.chart-error pre > code {
|
||||
color: crimson !important;
|
||||
}
|
||||
|
||||
.print .block-language-chart {
|
||||
/* Hardcoded with for printed Charts, see #41 */
|
||||
width: 500px !important;
|
||||
}
|
||||
|
||||
a[href="https://ko-fi.com/phibr0"] > img
|
||||
{
|
||||
height: 3em;
|
||||
}
|
||||
20907
.obsidian/plugins/obsidian-diagrams-net/main.js
vendored
Normal file
10
.obsidian/plugins/obsidian-diagrams-net/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-diagrams-net",
|
||||
"name": "Diagrams.net",
|
||||
"version": "1.0.4",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Enable diagrams.net (previously draw.io) type diagrams, with the diagrams.net embedded editor.",
|
||||
"author": "Jens M Gleditsch",
|
||||
"authorUrl": "https://github.com/jensmtg",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
25624
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
Normal file
10
.obsidian/plugins/obsidian-excalidraw-plugin/main.js
vendored
Normal file
12
.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "2.20.5",
|
||||
"minAppVersion": "1.5.7",
|
||||
"description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
|
||||
"author": "Zsolt Viczian",
|
||||
"authorUrl": "https://excalidraw-obsidian.online",
|
||||
"fundingUrl": "https://ko-fi.com/zsolt",
|
||||
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
1
.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
vendored
Normal file
8
.obsidian/plugins/obsidian-hider/main.js
vendored
Normal file
11
.obsidian/plugins/obsidian-hider/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-hider",
|
||||
"name": "Hider",
|
||||
"version": "1.6.1",
|
||||
"minAppVersion": "1.11.1",
|
||||
"description": "Hide UI elements such as tooltips, status, titlebar and more",
|
||||
"author": "@kepano",
|
||||
"authorUrl": "https://www.twitter.com/kepano",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/kepano",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
66
.obsidian/plugins/obsidian-hider/styles.css
vendored
Normal file
@ -0,0 +1,66 @@
|
||||
/* Hides vault name */
|
||||
.hider-vault .workspace-sidedock-vault-profile,
|
||||
body.hider-vault:not(.is-mobile) .workspace-split.mod-left-split .workspace-sidedock-vault-profile {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Hide tabs */
|
||||
.hider-tabs .mod-root .workspace-tabs .workspace-tab-header-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hider-tabs .mod-top-left-space .view-header {
|
||||
padding-left: var(--frame-left-space);
|
||||
}
|
||||
|
||||
/* Hide sidebar buttons */
|
||||
.hider-sidebar-buttons .sidebar-toggle-button.mod-right,
|
||||
.hider-sidebar-buttons .sidebar-toggle-button.mod-left {
|
||||
display: none;
|
||||
}
|
||||
.hider-sidebar-buttons.mod-macos.is-hidden-frameless:not(.is-popout-window) .workspace .workspace-tabs.mod-top-right-space .workspace-tab-header-container {
|
||||
padding-right: 4px;
|
||||
}
|
||||
.hider-sidebar-buttons.mod-macos {
|
||||
--frame-left-space: 60px;
|
||||
}
|
||||
|
||||
/* Hide meta */
|
||||
.hider-meta .markdown-reading-view .metadata-container {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Hide scrollbars */
|
||||
.hider-scroll ::-webkit-scrollbar {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Hide status */
|
||||
.hider-status .status-bar {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Hide tooltips */
|
||||
.hider-tooltips .tooltip {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Hide search suggestions */
|
||||
.hider-search-suggestions .suggestion-container.mod-search-suggestion {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide search count flair */
|
||||
.hider-search-counts .tree-item-flair:not(.tag-pane-tag-count) {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Hide instructions */
|
||||
.hider-instructions .prompt-instructions {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Hide file nav header */
|
||||
.hider-file-nav-header .workspace-leaf-content[data-type=file-explorer] .nav-header {
|
||||
display: none;
|
||||
}
|
||||
56
.obsidian/plugins/obsidian-icon-folder/data.json
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"settings": {
|
||||
"migrated": 6,
|
||||
"iconPacksPath": ".obsidian/icons",
|
||||
"fontSize": 16,
|
||||
"emojiStyle": "native",
|
||||
"iconColor": "#2eaadc",
|
||||
"recentlyUsedIcons": [
|
||||
"👱",
|
||||
"LiLibrary",
|
||||
"LiView",
|
||||
"🫂",
|
||||
"SiVirtualbox"
|
||||
],
|
||||
"recentlyUsedIconsSize": 5,
|
||||
"rules": [],
|
||||
"extraMargin": {
|
||||
"top": 0,
|
||||
"right": 4,
|
||||
"bottom": 0,
|
||||
"left": 0
|
||||
},
|
||||
"iconInTabsEnabled": false,
|
||||
"iconInTitleEnabled": false,
|
||||
"iconInTitlePosition": "above",
|
||||
"iconInFrontmatterEnabled": false,
|
||||
"iconInFrontmatterFieldName": "icon",
|
||||
"iconColorInFrontmatterFieldName": "iconColor",
|
||||
"iconsBackgroundCheckEnabled": false,
|
||||
"iconsInNotesEnabled": true,
|
||||
"iconsInLinksEnabled": true,
|
||||
"iconIdentifier": ":",
|
||||
"lucideIconPackType": "native",
|
||||
"debugMode": false,
|
||||
"useInternalPlugins": false
|
||||
},
|
||||
"Canvas": "LiLayoutTemplate",
|
||||
"Journal": "LiCalendarDays",
|
||||
"Journal/Daily": "🗓",
|
||||
"Journal/Monthly": "TiCalendarMonth",
|
||||
"Journal/Weekly": "TiCalendarWeek",
|
||||
"Journal/Yearly": "LiCalendarDays",
|
||||
"Journal/Logs": "LiLogs",
|
||||
"Images": "LiImages",
|
||||
"+": "LiInbox",
|
||||
"README.md": "LiBrainCircuit",
|
||||
"Spaces": "TiSpaces",
|
||||
"Spaces/LFCS": "SiLinuxfoundation",
|
||||
"Spaces/tech-vault": "LiOpenVault",
|
||||
"Notes": "LiNotebookPen",
|
||||
"Attachments": "LiPaperclip",
|
||||
"x": "SiNextra",
|
||||
"x/Templater": "TiTemplate",
|
||||
"My Library": "LiLibrary",
|
||||
"My Library/MOC": "LiView"
|
||||
}
|
||||
7158
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
Normal file
10
.obsidian/plugins/obsidian-icon-folder/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-icon-folder",
|
||||
"name": "Iconize",
|
||||
"version": "2.14.7",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
|
||||
"author": "Florian Woelki",
|
||||
"authorUrl": "https://florianwoelki.com/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
120
.obsidian/plugins/obsidian-icon-folder/styles.css
vendored
Normal file
@ -0,0 +1,120 @@
|
||||
.iconize-inline-title-wrapper {
|
||||
width: var(--line-width);
|
||||
max-width: var(--max-width);
|
||||
margin-inline: var(--content-margin);
|
||||
}
|
||||
|
||||
.iconize-title-icon {
|
||||
max-width: var(--max-width);
|
||||
margin-right: var(--size-4-2);
|
||||
}
|
||||
|
||||
.iconize-icon-in-link {
|
||||
transform: translateY(20%);
|
||||
margin-right: var(--size-2-2);
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.iconize-icon {
|
||||
border: 1px solid transparent;
|
||||
margin: 0px 4px 0px 0px;
|
||||
display: flex;
|
||||
align-self: center;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
.nav-folder-title,
|
||||
.nav-file-title {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.iconize-setting input[type='color'] {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results {
|
||||
margin: 0;
|
||||
overflow-y: auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.prompt .iconize-subheadline {
|
||||
margin-top: 12px;
|
||||
font-size: 12px;
|
||||
color: gray;
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 6;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.iconize-modal.prompt-results {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
.prompt .iconize-subheadline {
|
||||
grid-column-end: 4;
|
||||
}
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results .suggestion-item {
|
||||
cursor: pointer;
|
||||
white-space: pre-wrap;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
flex-direction: column-reverse;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: var(--text-muted);
|
||||
padding: 16px 8px;
|
||||
line-break: auto;
|
||||
word-break: break-word;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results .suggestion-item.suggestion-item__center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.iconize-icon-preview {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.iconize-icon-preview img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.iconize-icon-preview svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
color: currentColor;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.iconize-dragover {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.iconize-dragover-el {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: var(--text-normal);
|
||||
background-color: var(--background-secondary-alt);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Custom rule modal. */
|
||||
.iconize-custom-modal .modal-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.iconize-custom-modal .modal-content input {
|
||||
width: 100%;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
34
.obsidian/plugins/obsidian-minimal-settings/data.json
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"lightStyle": "minimal-light",
|
||||
"darkStyle": "minimal-dark",
|
||||
"lightScheme": "minimal-default-light",
|
||||
"darkScheme": "minimal-default-dark",
|
||||
"editorFont": "",
|
||||
"lineHeight": 1.5,
|
||||
"lineWidth": 75,
|
||||
"lineWidthWide": 75,
|
||||
"maxWidth": 88,
|
||||
"textNormal": 15.5,
|
||||
"textSmall": 13,
|
||||
"imgGrid": true,
|
||||
"imgWidth": "img-default-width",
|
||||
"tableWidth": "table-default-width",
|
||||
"iframeWidth": "iframe-default-width",
|
||||
"mapWidth": "map-default-width",
|
||||
"chartWidth": "chart-default-width",
|
||||
"colorfulHeadings": false,
|
||||
"colorfulFrame": false,
|
||||
"colorfulActiveStates": true,
|
||||
"trimNames": true,
|
||||
"labeledNav": false,
|
||||
"fullWidthMedia": false,
|
||||
"bordersToggle": true,
|
||||
"minimalStatus": true,
|
||||
"focusMode": false,
|
||||
"underlineInternal": true,
|
||||
"underlineExternal": true,
|
||||
"folding": true,
|
||||
"lineNumbers": false,
|
||||
"readableLineLength": false,
|
||||
"devBlockWidth": false
|
||||
}
|
||||
8
.obsidian/plugins/obsidian-minimal-settings/main.js
vendored
Normal file
11
.obsidian/plugins/obsidian-minimal-settings/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-minimal-settings",
|
||||
"name": "Minimal Theme Settings",
|
||||
"version": "8.2.1",
|
||||
"minAppVersion": "1.11.1",
|
||||
"description": "Change the colors, fonts and features of Minimal Theme.",
|
||||
"author": "@kepano",
|
||||
"authorUrl": "https://www.twitter.com/kepano",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/kepano",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
3
.obsidian/plugins/obsidian-minimal-settings/styles.css
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.setting-group > .setting-item-heading .setting-item-description {
|
||||
margin-top: 4px;
|
||||
}
|
||||
28
.obsidian/plugins/obsidian-style-settings/data.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"minimal-style@@callouts-style": "callouts-outlined",
|
||||
"minimal-style@@h2-size": "1.1em",
|
||||
"minimal-style@@h1-variant": "normal",
|
||||
"minimal-style@@h4-variant": "normal",
|
||||
"minimal-style@@h4-size": "0.95em",
|
||||
"minimal-style@@h5-size": "0.90em",
|
||||
"minimal-style@@h5-variant": "normal",
|
||||
"minimal-style@@h6-variant": "normal",
|
||||
"minimal-style@@checkbox-shape": "checkbox-square",
|
||||
"minimal-style@@minimal-strike-lists": true,
|
||||
"minimal-style@@metadata-heading-off": true,
|
||||
"minimal-style@@metadata-dividers": true,
|
||||
"minimal-style@@sidebar-tabs-style": "sidebar-tabs-wide",
|
||||
"minimal-style@@row-lines": true,
|
||||
"minimal-style@@col-lines": true,
|
||||
"minimal-style@@table-lines": true,
|
||||
"minimal-style@@row-alt": true,
|
||||
"minimal-style@@table-nowrap": true,
|
||||
"minimal-style@@row-hover": true,
|
||||
"minimal-style@@header-height": "45px",
|
||||
"minimal-style@@tabs-style": "tabs-modern",
|
||||
"minimal-style@@tag-radius": "4px",
|
||||
"minimal-style@@h1-size": "1.30em",
|
||||
"minimal-style@@h1-l": true,
|
||||
"minimal-style@@sidebar-tabs-names": "tab-names-off",
|
||||
"minimal-style@@file-header-visibility": "minimal-tab-title-visible"
|
||||
}
|
||||
165
.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
10
.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "1.0.9",
|
||||
"minAppVersion": "0.11.5",
|
||||
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
243
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
32
.obsidian/plugins/periodic-notes/data.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"showGettingStartedBanner": true,
|
||||
"hasMigratedDailyNoteSettings": true,
|
||||
"hasMigratedWeeklyNoteSettings": false,
|
||||
"daily": {
|
||||
"format": "YYYY-MM-DD",
|
||||
"folder": "Journal/Daily",
|
||||
"template": "x/Templater/daily-note-template",
|
||||
"enabled": true
|
||||
},
|
||||
"weekly": {
|
||||
"format": "",
|
||||
"template": "x/Templater/monthly-template.md",
|
||||
"folder": "",
|
||||
"enabled": false
|
||||
},
|
||||
"monthly": {
|
||||
"format": "",
|
||||
"template": "",
|
||||
"folder": ""
|
||||
},
|
||||
"quarterly": {
|
||||
"format": "",
|
||||
"template": "",
|
||||
"folder": ""
|
||||
},
|
||||
"yearly": {
|
||||
"format": "",
|
||||
"template": "",
|
||||
"folder": ""
|
||||
}
|
||||
}
|
||||
5561
.obsidian/plugins/periodic-notes/main.js
vendored
Normal file
10
.obsidian/plugins/periodic-notes/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "periodic-notes",
|
||||
"name": "Periodic Notes",
|
||||
"description": "Create/manage your daily, weekly, and monthly notes",
|
||||
"version": "0.0.17",
|
||||
"author": "Liam Cain",
|
||||
"authorUrl": "https://github.com/liamcain/",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.10.11"
|
||||
}
|
||||
30
.obsidian/plugins/periodic-notes/styles.css
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
.periodic-modal {
|
||||
min-width: 40vw;
|
||||
}
|
||||
|
||||
.settings-banner {
|
||||
background-color: var(--background-primary-alt);
|
||||
border-radius: 8px;
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
margin-bottom: 1em;
|
||||
margin-top: 1em;
|
||||
padding: 1.5em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.settings-banner h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.settings-banner h4 {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
.has-error {
|
||||
color: var(--text-error);
|
||||
}
|
||||
|
||||
input.has-error {
|
||||
color: var(--text-error);
|
||||
border-color: var(--text-error);
|
||||
}
|
||||
238
.obsidian/plugins/quickadd/data.json
vendored
Normal file
@ -0,0 +1,238 @@
|
||||
{
|
||||
"choices": [
|
||||
{
|
||||
"id": "40471c9f-bd5b-4189-9bcc-32d738e5e75c",
|
||||
"name": "QA: Quick Task Log",
|
||||
"type": "Capture",
|
||||
"command": true,
|
||||
"appendLink": false,
|
||||
"captureTo": "Journal/Daily/{{DATE:YYYY-MM-DD}}",
|
||||
"captureToActiveFile": false,
|
||||
"activeFileWritePosition": "cursor",
|
||||
"createFileIfItDoesntExist": {
|
||||
"enabled": true,
|
||||
"createWithTemplate": true,
|
||||
"template": "x/Templater/tpl-daily-note.md"
|
||||
},
|
||||
"format": {
|
||||
"enabled": true,
|
||||
"format": "- [ ] {{DATE:YYYY-MM-DD}} - {{DATE:HH:mm}} {{VALUE}} #task\n"
|
||||
},
|
||||
"insertAfter": {
|
||||
"enabled": true,
|
||||
"after": "## ⚡ [[Log]] (Bitácora)",
|
||||
"insertAtEnd": false,
|
||||
"considerSubsections": false,
|
||||
"createIfNotFound": false,
|
||||
"createIfNotFoundLocation": "top",
|
||||
"inline": false,
|
||||
"replaceExisting": false,
|
||||
"blankLineAfterMatchMode": "auto"
|
||||
},
|
||||
"newLineCapture": {
|
||||
"enabled": false,
|
||||
"direction": "below"
|
||||
},
|
||||
"prepend": false,
|
||||
"task": false,
|
||||
"openFile": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"mode": "default",
|
||||
"focus": true
|
||||
},
|
||||
"templater": {
|
||||
"afterCapture": "none"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ae31f7e7-9ebe-4614-813c-884e98e315e8",
|
||||
"name": "QA: Dated Note",
|
||||
"type": "Template",
|
||||
"command": true,
|
||||
"templatePath": "x/Templater/tpl-core-note.md",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "{{DATE}} - {{VALUE}}"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
"folders": [
|
||||
"Notes"
|
||||
],
|
||||
"chooseWhenCreatingNote": false,
|
||||
"createInSameFolderAsActiveFile": false,
|
||||
"chooseFromSubfolders": false
|
||||
},
|
||||
"appendLink": false,
|
||||
"openFile": true,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"mode": "default",
|
||||
"focus": true
|
||||
},
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": true
|
||||
},
|
||||
{
|
||||
"id": "8f40dcb2-4c04-4913-96a9-77048c893b75",
|
||||
"name": "QA: Initialize Standard Note",
|
||||
"type": "Capture",
|
||||
"command": true,
|
||||
"appendLink": false,
|
||||
"captureTo": "",
|
||||
"captureToActiveFile": true,
|
||||
"activeFileWritePosition": "top",
|
||||
"createFileIfItDoesntExist": {
|
||||
"enabled": false,
|
||||
"createWithTemplate": false,
|
||||
"template": ""
|
||||
},
|
||||
"format": {
|
||||
"enabled": true,
|
||||
"format": "{{TEMPLATE:x/Templater/tpl-metadata-standard-note.md}}"
|
||||
},
|
||||
"insertAfter": {
|
||||
"enabled": false,
|
||||
"after": "",
|
||||
"insertAtEnd": false,
|
||||
"considerSubsections": false,
|
||||
"createIfNotFound": false,
|
||||
"createIfNotFoundLocation": "top",
|
||||
"inline": false,
|
||||
"replaceExisting": false,
|
||||
"blankLineAfterMatchMode": "auto"
|
||||
},
|
||||
"newLineCapture": {
|
||||
"enabled": false,
|
||||
"direction": "below"
|
||||
},
|
||||
"prepend": false,
|
||||
"task": false,
|
||||
"openFile": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"mode": "default",
|
||||
"focus": true
|
||||
},
|
||||
"templater": {
|
||||
"afterCapture": "none"
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputPrompt": "single-line",
|
||||
"persistInputPromptDrafts": true,
|
||||
"useSelectionAsCaptureValue": true,
|
||||
"devMode": false,
|
||||
"templateFolderPath": "",
|
||||
"announceUpdates": "major",
|
||||
"version": "2.11.0",
|
||||
"globalVariables": {},
|
||||
"onePageInputEnabled": false,
|
||||
"disableOnlineFeatures": true,
|
||||
"enableRibbonIcon": false,
|
||||
"showCaptureNotification": true,
|
||||
"showInputCancellationNotification": false,
|
||||
"enableTemplatePropertyTypes": false,
|
||||
"dateAliases": {
|
||||
"t": "today",
|
||||
"tm": "tomorrow",
|
||||
"yd": "yesterday",
|
||||
"nw": "next week",
|
||||
"nm": "next month",
|
||||
"ny": "next year",
|
||||
"lw": "last week",
|
||||
"lm": "last month",
|
||||
"ly": "last year"
|
||||
},
|
||||
"ai": {
|
||||
"defaultModel": "Ask me",
|
||||
"defaultSystemPrompt": "As an AI assistant within Obsidian, your primary goal is to help users manage their ideas and knowledge more effectively. Format your responses using Markdown syntax. Please use the [[Obsidian]] link format. You can write aliases for the links by writing [[Obsidian|the alias after the pipe symbol]]. To use mathematical notation, use LaTeX syntax. LaTeX syntax for larger equations should be on separate lines, surrounded with double dollar signs ($$). You can also inline math expressions by wrapping it in $ symbols. For example, use $$w_{ij}^{\text{new}}:=w_{ij}^{\text{current}}+etacdotdelta_jcdot x_{ij}$$ on a separate line, but you can write \"($eta$ = learning rate, $delta_j$ = error term, $x_{ij}$ = input)\" inline.",
|
||||
"promptTemplatesFolderPath": "",
|
||||
"showAssistant": true,
|
||||
"providers": [
|
||||
{
|
||||
"name": "OpenAI",
|
||||
"endpoint": "https://api.openai.com/v1",
|
||||
"apiKey": "",
|
||||
"models": [
|
||||
{
|
||||
"name": "gpt-3.5-turbo",
|
||||
"maxTokens": 4096
|
||||
},
|
||||
{
|
||||
"name": "gpt-3.5-turbo-16k",
|
||||
"maxTokens": 16384
|
||||
},
|
||||
{
|
||||
"name": "gpt-3.5-turbo-1106",
|
||||
"maxTokens": 16385
|
||||
},
|
||||
{
|
||||
"name": "gpt-4",
|
||||
"maxTokens": 8192
|
||||
},
|
||||
{
|
||||
"name": "gpt-4-32k",
|
||||
"maxTokens": 32768
|
||||
},
|
||||
{
|
||||
"name": "gpt-4-1106-preview",
|
||||
"maxTokens": 128000
|
||||
},
|
||||
{
|
||||
"name": "gpt-4-turbo",
|
||||
"maxTokens": 128000
|
||||
},
|
||||
{
|
||||
"name": "gpt-4o",
|
||||
"maxTokens": 128000
|
||||
},
|
||||
{
|
||||
"name": "gpt-4o-mini",
|
||||
"maxTokens": 128000
|
||||
}
|
||||
],
|
||||
"autoSyncModels": false,
|
||||
"modelSource": "modelsDev"
|
||||
},
|
||||
{
|
||||
"name": "Gemini",
|
||||
"endpoint": "https://generativelanguage.googleapis.com",
|
||||
"apiKey": "",
|
||||
"models": [
|
||||
{
|
||||
"name": "gemini-1.5-pro",
|
||||
"maxTokens": 1000000
|
||||
},
|
||||
{
|
||||
"name": "gemini-1.5-flash",
|
||||
"maxTokens": 1000000
|
||||
},
|
||||
{
|
||||
"name": "gemini-1.5-flash-8b",
|
||||
"maxTokens": 1000000
|
||||
}
|
||||
],
|
||||
"autoSyncModels": false,
|
||||
"modelSource": "modelsDev"
|
||||
}
|
||||
]
|
||||
},
|
||||
"migrations": {
|
||||
"migrateToMacroIDFromEmbeddedMacro": true,
|
||||
"useQuickAddTemplateFolder": true,
|
||||
"incrementFileNameSettingMoveToDefaultBehavior": true,
|
||||
"mutualExclusionInsertAfterAndWriteToBottomOfFile": true,
|
||||
"setVersionAfterUpdateModalRelease": true,
|
||||
"addDefaultAIProviders": true,
|
||||
"removeMacroIndirection": true,
|
||||
"migrateFileOpeningSettings": true,
|
||||
"backfillFileOpeningDefaults": true,
|
||||
"setProviderModelDiscoveryMode": true,
|
||||
"migrateProviderApiKeysToSecretStorage": true
|
||||
}
|
||||
}
|
||||
114
.obsidian/plugins/quickadd/main.js
vendored
Normal file
12
.obsidian/plugins/quickadd/manifest.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"id": "quickadd",
|
||||
"name": "QuickAdd",
|
||||
"version": "2.11.0",
|
||||
"minAppVersion": "1.11.4",
|
||||
"description": "Quickly add new pages or content to your vault.",
|
||||
"author": "Christian B. B. Houmann",
|
||||
"authorUrl": "https://bagerbach.com",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/chhoumann",
|
||||
"helpUrl": "https://quickadd.obsidian.guide/docs/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
1
.obsidian/plugins/quickadd/styles.css
vendored
Normal file
42
.obsidian/plugins/templater-obsidian/data.json
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"command_timeout": 5,
|
||||
"templates_folder": "x/Templater",
|
||||
"templates_pairs": [
|
||||
[
|
||||
"",
|
||||
""
|
||||
]
|
||||
],
|
||||
"trigger_on_file_creation": true,
|
||||
"auto_jump_to_cursor": true,
|
||||
"enable_system_commands": false,
|
||||
"shell_path": "",
|
||||
"user_scripts_folder": "",
|
||||
"enable_folder_templates": true,
|
||||
"folder_templates": [
|
||||
{
|
||||
"folder": "",
|
||||
"template": ""
|
||||
}
|
||||
],
|
||||
"enable_file_templates": false,
|
||||
"file_templates": [
|
||||
{
|
||||
"regex": ".*",
|
||||
"template": ""
|
||||
}
|
||||
],
|
||||
"syntax_highlighting": true,
|
||||
"syntax_highlighting_mobile": false,
|
||||
"enabled_templates_hotkeys": [
|
||||
"x/Templater/insert_date.md",
|
||||
"x/Templater/insert_time.md",
|
||||
"x/Templater/rename_to_dated.md",
|
||||
"x/Templater/tpl-core-note.md",
|
||||
"x/Templater/tpl-metadata-standard-note.md"
|
||||
],
|
||||
"startup_templates": [
|
||||
""
|
||||
],
|
||||
"intellisense_render": 1
|
||||
}
|
||||
45
.obsidian/plugins/templater-obsidian/main.js
vendored
Normal file
11
.obsidian/plugins/templater-obsidian/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "templater-obsidian",
|
||||
"name": "Templater",
|
||||
"version": "2.18.1",
|
||||
"description": "Create and use templates",
|
||||
"minAppVersion": "1.5.0",
|
||||
"author": "SilentVoid",
|
||||
"authorUrl": "https://github.com/SilentVoid13",
|
||||
"helpUrl": "https://silentvoid13.github.io/Templater/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
226
.obsidian/plugins/templater-obsidian/styles.css
vendored
Normal file
@ -0,0 +1,226 @@
|
||||
.templater_search {
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
|
||||
.templater_div {
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.templater_div > .setting-item {
|
||||
border-top: none !important;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.templater_div > .setting-item > .setting-item-control {
|
||||
justify-content: space-around;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.templater_div
|
||||
> .setting-item
|
||||
> .setting-item-control
|
||||
> .setting-editor-extra-setting-button {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.templater_donating {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.templater_title {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-top: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.templater_template {
|
||||
align-self: center;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.templater_cmd {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.templater_div2 > .setting-item {
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.templater-prompt-div,
|
||||
.templater-multisuggester-div {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.templater-prompt-form {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.templater-prompt-input,
|
||||
.templater-multisuggester-input {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.templater-button-div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
textarea.templater-prompt-input {
|
||||
height: 10rem;
|
||||
}
|
||||
|
||||
textarea.templater-prompt-input:focus {
|
||||
border-color: var(--interactive-accent);
|
||||
}
|
||||
|
||||
.templater-multisuggester-list {
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
|
||||
.cm-s-obsidian .templater-command-bg {
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
background-color: var(--background-primary-alt);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command {
|
||||
font-size: 0.85em;
|
||||
font-family: var(--font-monospace);
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.cm-s-obsidian .templater-inline .cm-templater-command {
|
||||
background-color: var(--background-primary-alt);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
|
||||
color: var(--code-property, #008bff);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
|
||||
color: var(--code-function, #c0d700);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-keyword {
|
||||
color: var(--code-keyword, #00a7aa);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-atom {
|
||||
color: var(--code-normal, #f39b35);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-value,
|
||||
.cm-s-obsidian .cm-templater-command.cm-number,
|
||||
.cm-s-obsidian .cm-templater-command.cm-type {
|
||||
color: var(--code-value, #a06fca);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-def,
|
||||
.cm-s-obsidian .cm-templater-command.cm-type.cm-def {
|
||||
color: var(--code-normal, var(--text-normal));
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-property,
|
||||
.cm-s-obsidian .cm-templater-command.cm-property.cm-def,
|
||||
.cm-s-obsidian .cm-templater-command.cm-attribute {
|
||||
color: var(--code-function, #98e342);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-variable,
|
||||
.cm-s-obsidian .cm-templater-command.cm-variable-2,
|
||||
.cm-s-obsidian .cm-templater-command.cm-variable-3,
|
||||
.cm-s-obsidian .cm-templater-command.cm-meta {
|
||||
color: var(--code-property, #d4d4d4);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-callee,
|
||||
.cm-s-obsidian .cm-templater-command.cm-operator,
|
||||
.cm-s-obsidian .cm-templater-command.cm-qualifier,
|
||||
.cm-s-obsidian .cm-templater-command.cm-builtin {
|
||||
color: var(--code-operator, #fc4384);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-tag {
|
||||
color: var(--code-tag, #fc4384);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-comment,
|
||||
.cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
|
||||
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
|
||||
color: var(--code-comment, #696d70);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-string,
|
||||
.cm-s-obsidian .cm-templater-command.cm-string-2 {
|
||||
color: var(--code-string, #e6db74);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-header,
|
||||
.cm-s-obsidian .cm-templater-command.cm-hr {
|
||||
color: var(--code-keyword, #da7dae);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-link {
|
||||
color: var(--code-normal, #696d70);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-error {
|
||||
border-bottom: 1px solid #c42412;
|
||||
}
|
||||
|
||||
.CodeMirror-hints {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
overflow: hidden;
|
||||
list-style: none;
|
||||
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
|
||||
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 3px;
|
||||
border: 1px solid silver;
|
||||
|
||||
background: white;
|
||||
font-size: 90%;
|
||||
font-family: monospace;
|
||||
|
||||
max-height: 20em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.CodeMirror-hint {
|
||||
margin: 0;
|
||||
padding: 0 4px;
|
||||
border-radius: 2px;
|
||||
white-space: pre;
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
li.CodeMirror-hint-active {
|
||||
background: #08f;
|
||||
color: white;
|
||||
}
|
||||
19
.obsidian/snippets/custom-font.css
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
/* custom-font.css */
|
||||
|
||||
.mod-root {
|
||||
font-family: 'Bai Jamjuree', sans-serif !important;
|
||||
}
|
||||
|
||||
/* Opcional: Para aplicar la fuente solo en el editor/previsualización */
|
||||
.markdown-source-view,
|
||||
.markdown-preview-view {
|
||||
font-family: 'Bai Jamjuree', sans-serif !important;
|
||||
}
|
||||
|
||||
/* Opcional: Para aplicar la fuente en la interfaz general de Obsidian (sidebar, etc.) */
|
||||
.theme-light,
|
||||
.theme-dark {
|
||||
--font-text-editor: 'Bai Jamjuree', sans-serif;
|
||||
--font-interface: 'Bai Jamjuree', sans-serif;
|
||||
}
|
||||
8
.obsidian/themes/Minimal/manifest.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Minimal",
|
||||
"version": "8.0.4",
|
||||
"minAppVersion": "1.9.0",
|
||||
"author": "@kepano",
|
||||
"authorUrl": "https://twitter.com/kepano",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/kepano"
|
||||
}
|
||||
2251
.obsidian/themes/Minimal/theme.css
vendored
Normal file
17
.stignore
Normal file
@ -0,0 +1,17 @@
|
||||
// Ignorar configuración de espacio de trabajo (VITAL)
|
||||
.obsidian/workspace.json
|
||||
.obsidian/workspace-mobile.json
|
||||
|
||||
// Ignorar archivos de sistema
|
||||
(?d)desktop.ini
|
||||
(?d)thumbs.db
|
||||
(?d).DS_Store
|
||||
|
||||
// Ignorar conflictos de Syncthing (en caso de que ocurran)
|
||||
*.sync-conflict-*
|
||||
|
||||
// Opcional: Ignorar archivos temporales
|
||||
*.tmp ~$*
|
||||
|
||||
// Opcional: Si usas Git dentro de la bóveda
|
||||
.git/
|
||||
194
Attachments/2026-03-11_Clase-presencial.drawio
Normal file
@ -0,0 +1,194 @@
|
||||
<mxfile host="Electron" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/29.6.1 Chrome/142.0.7444.265 Electron/39.8.0 Safari/537.36" version="29.6.1" pages="4">
|
||||
<diagram name="Introduction > vCenter - vMotion - etc" id="SF_ePmvCtiqA-iFUiYn7">
|
||||
<mxGraphModel dx="1280" dy="840" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
|
||||
<root>
|
||||
<mxCell id="0" />
|
||||
<mxCell id="1" parent="0" />
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-8" parent="1" style="rounded=1;whiteSpace=wrap;html=1;arcSize=3;fillColor=#ffe6cc;strokeColor=#d79b00;" value="" vertex="1">
|
||||
<mxGeometry height="270" width="480" x="70" y="140" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-12" parent="1" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;arcSize=9;align=left;verticalAlign=top;fontSize=14;" value="Datastore" vertex="1">
|
||||
<mxGeometry height="110" width="460" x="80" y="320" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-1" parent="1" style="pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.hyper_v_host;" value="esxi" vertex="1">
|
||||
<mxGeometry height="104" width="108" x="130" y="180" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-2" parent="1" style="pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.hyper_v_host;" value="esxi" vertex="1">
|
||||
<mxGeometry height="104" width="108" x="317" y="180" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-4" edge="1" parent="1" source="7LLOjjcJgoihs-BNGvT7-3" style="rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=none;endFill=0;strokeWidth=2;fillColor=#dae8fc;strokeColor=#6c8ebf;" target="7LLOjjcJgoihs-BNGvT7-2">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-5" edge="1" parent="1" source="7LLOjjcJgoihs-BNGvT7-3" style="rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=none;endFill=0;strokeWidth=2;fillColor=#dae8fc;strokeColor=#6c8ebf;" target="7LLOjjcJgoihs-BNGvT7-1">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-3" parent="1" style="sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.vcenter_server;" value="vCenter" vertex="1">
|
||||
<mxGeometry height="78" width="60" x="180" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-6" parent="1" style="shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.datastore;" value="shared storage" vertex="1">
|
||||
<mxGeometry height="60" width="44" x="230" y="330" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-10" edge="1" parent="1" source="7LLOjjcJgoihs-BNGvT7-6" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=none;endFill=0;strokeWidth=2;fillColor=#dae8fc;strokeColor=#6c8ebf;" target="7LLOjjcJgoihs-BNGvT7-1">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<Array as="points">
|
||||
<mxPoint x="184" y="360" />
|
||||
</Array>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-11" edge="1" parent="1" source="7LLOjjcJgoihs-BNGvT7-6" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=none;endFill=0;fillColor=#dae8fc;strokeColor=#6c8ebf;strokeWidth=2;" target="7LLOjjcJgoihs-BNGvT7-2">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<Array as="points">
|
||||
<mxPoint x="360" y="360" />
|
||||
</Array>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-13" parent="1" style="sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#434445;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.vvd.datastore;" value="shared storage" vertex="1">
|
||||
<mxGeometry height="39" width="50" x="470" y="351" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-14" parent="1" style="shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.free_datastore;" value="shared storage" vertex="1">
|
||||
<mxGeometry height="60" width="44" x="372" y="330" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-15" edge="1" parent="1" source="7LLOjjcJgoihs-BNGvT7-1" style="endArrow=classic;startArrow=classic;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;" target="7LLOjjcJgoihs-BNGvT7-2" value="">
|
||||
<mxGeometry height="50" relative="1" width="50" as="geometry">
|
||||
<Array as="points">
|
||||
<mxPoint x="410" y="70" />
|
||||
</Array>
|
||||
<mxPoint x="570" y="460" as="sourcePoint" />
|
||||
<mxPoint x="620" y="410" as="targetPoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="7LLOjjcJgoihs-BNGvT7-17" parent="1" style="shape=note;strokeWidth=2;fontSize=14;size=20;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;align=left;verticalAlign=top;" value="# vMotion<div>- Migraciones en caliente<br><div><br></div></div>" vertex="1">
|
||||
<mxGeometry height="80" width="190" x="413" y="40" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="DDfwZyCE6LnVcCOvwZRG-1" parent="1" style="shape=note;strokeWidth=2;fontSize=14;size=20;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;align=left;verticalAlign=top;" value="# vSAN" vertex="1">
|
||||
<mxGeometry height="80" width="190" x="570" y="150" as="geometry" />
|
||||
</mxCell>
|
||||
</root>
|
||||
</mxGraphModel>
|
||||
</diagram>
|
||||
<diagram id="cROLAKKDuA_5N1bDv8KP" name="Introduction > uplink">
|
||||
<mxGraphModel dx="1280" dy="840" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
|
||||
<root>
|
||||
<mxCell id="0" />
|
||||
<mxCell id="1" parent="0" />
|
||||
<mxCell id="a3knQqkYERMYcUtzWq4D-1" parent="1" style="sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.devices.nic;" value="" vertex="1">
|
||||
<mxGeometry height="38" width="57" x="217" y="330" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="ns1QsJwWJJHBPQwH4KZF-2" edge="1" parent="1" source="ns1QsJwWJJHBPQwH4KZF-1" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;endArrow=none;endFill=0;strokeWidth=2;" target="a3knQqkYERMYcUtzWq4D-1">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="ns1QsJwWJJHBPQwH4KZF-3" edge="1" parent="1" source="ns1QsJwWJJHBPQwH4KZF-1" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontSize=12;fillColor=#d5e8d4;strokeColor=#82b366;strokeWidth=2;endArrow=none;endFill=0;" target="ns1QsJwWJJHBPQwH4KZF-4">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="197" y="120" as="targetPoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="ns1QsJwWJJHBPQwH4KZF-5" edge="1" parent="1" source="ns1QsJwWJJHBPQwH4KZF-1" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;endArrow=none;endFill=0;" target="ns1QsJwWJJHBPQwH4KZF-4" value="">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="ns1QsJwWJJHBPQwH4KZF-1" parent="1" style="ellipse;shape=cloud;whiteSpace=wrap;html=1;" value="" vertex="1">
|
||||
<mxGeometry height="80" width="120" x="167" y="160" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="ns1QsJwWJJHBPQwH4KZF-4" parent="1" style="sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.devices.nic;" value="" vertex="1">
|
||||
<mxGeometry height="38" width="57" x="160" y="80" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="ns1QsJwWJJHBPQwH4KZF-6" parent="1" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" value="uplink" vertex="1">
|
||||
<mxGeometry height="30" width="60" x="240" y="310" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="ns1QsJwWJJHBPQwH4KZF-7" parent="1" style="shape=note;strokeWidth=2;fontSize=11;size=20;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;fontColor=#666600;align=left;verticalAlign=top;" value="uplink: conecta una de ambito inferior a una de ambito superior" vertex="1">
|
||||
<mxGeometry height="80" width="170" x="340" y="118" as="geometry" />
|
||||
</mxCell>
|
||||
</root>
|
||||
</mxGraphModel>
|
||||
</diagram>
|
||||
<diagram id="zooupecacbuB47_j51Xw" name="Introduction > Switch Virtual">
|
||||
<mxGraphModel dx="1280" dy="840" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
|
||||
<root>
|
||||
<mxCell id="0" />
|
||||
<mxCell id="1" parent="0" />
|
||||
<mxCell id="yNpd5JcMd8PVXQpMttyq-1" parent="1" style="sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.esxi_host;" value="" vertex="1">
|
||||
<mxGeometry height="79" width="82" x="60" y="40" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="yNpd5JcMd8PVXQpMttyq-5" connectable="0" parent="1" style="group;strokeWidth=2;strokeColor=none;" value="" vertex="1">
|
||||
<mxGeometry height="60" width="30" x="300" y="200" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="yNpd5JcMd8PVXQpMttyq-2" parent="yNpd5JcMd8PVXQpMttyq-5" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;" value="" vertex="1">
|
||||
<mxGeometry height="30" width="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="yNpd5JcMd8PVXQpMttyq-3" edge="1" parent="yNpd5JcMd8PVXQpMttyq-5" style="endArrow=none;html=1;rounded=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;strokeWidth=2;" target="yNpd5JcMd8PVXQpMttyq-2" value="">
|
||||
<mxGeometry height="50" relative="1" width="50" as="geometry">
|
||||
<mxPoint x="15" y="60" as="sourcePoint" />
|
||||
<mxPoint x="70" y="330" as="targetPoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="yNpd5JcMd8PVXQpMttyq-4" edge="1" parent="yNpd5JcMd8PVXQpMttyq-5" style="endArrow=none;html=1;rounded=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;strokeWidth=2;" value="">
|
||||
<mxGeometry height="50" relative="1" width="50" as="geometry">
|
||||
<mxPoint x="30" y="60" as="sourcePoint" />
|
||||
<mxPoint y="60" as="targetPoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="yNpd5JcMd8PVXQpMttyq-6" parent="1" style="pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vnic;" value="" vertex="1">
|
||||
<mxGeometry height="44.8" width="44.8" x="110" y="215.2" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="yNpd5JcMd8PVXQpMttyq-7" parent="1" style="shape=note;strokeWidth=2;fontSize=14;size=20;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;align=left;verticalAlign=top;" value="Redes en VMWare (servicios ESXI)<div>- VMKCenter (VMK)</div><div>- NIC Team</div><div>-&nbsp;</div>" vertex="1">
|
||||
<mxGeometry height="130" width="210" x="290" y="20" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="4KeLH9DJCR6utWW0p0vx-1" parent="1" style="shape=note;strokeWidth=2;fontSize=14;size=20;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;align=left;verticalAlign=top;" value="- Insiste con que los Switch son de nivel 2." vertex="1">
|
||||
<mxGeometry height="130" width="250" x="100" y="380" as="geometry" />
|
||||
</mxCell>
|
||||
</root>
|
||||
</mxGraphModel>
|
||||
</diagram>
|
||||
<diagram id="al6Y3pOxGii9vBc8bDP5" name="Introduction > Caso de Uso Disaster Recovery">
|
||||
<mxGraphModel dx="1280" dy="840" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
|
||||
<root>
|
||||
<mxCell id="0" />
|
||||
<mxCell id="1" parent="0" />
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-8" parent="1" style="rounded=1;whiteSpace=wrap;html=1;arcSize=9;fillColor=#dae8fc;strokeColor=#6c8ebf;" value="" vertex="1">
|
||||
<mxGeometry height="140" width="270" x="450" y="300" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-7" parent="1" style="rounded=1;whiteSpace=wrap;html=1;arcSize=9;fillColor=#dae8fc;strokeColor=#6c8ebf;" value="" vertex="1">
|
||||
<mxGeometry height="140" width="270" x="80" y="150" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-1" parent="1" style="sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.esxi_host;" value="" vertex="1">
|
||||
<mxGeometry height="79" width="82" x="110" y="190" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-2" parent="1" style="sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.esxi_host;" value="" vertex="1">
|
||||
<mxGeometry height="79" width="82" x="240" y="190" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-3" parent="1" style="sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.esxi_host;" value="" vertex="1">
|
||||
<mxGeometry height="79" width="82" x="471" y="330" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-4" parent="1" style="sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.esxi_host;" value="" vertex="1">
|
||||
<mxGeometry height="79" width="82" x="601" y="330" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-5" parent="1" style="shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;fontColor=#000000;darkOpacity=0.05;fillColor=#FFF9B2;strokeColor=none;fillStyle=solid;direction=west;gradientDirection=north;gradientColor=#FFF2A1;shadow=1;size=20;pointerEvents=1;fontSize=14;align=left;verticalAlign=top;" value="Disaster Recovery (DR)" vertex="1">
|
||||
<mxGeometry height="100" width="175" x="370" y="48" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-6" edge="1" parent="1" source="pt3iVSDJKjjI1ma8Ewhb-7" style="endArrow=none;dashed=1;html=1;rounded=0;entryX=-0.011;entryY=0.335;entryDx=0;entryDy=0;entryPerimeter=0;exitX=1.007;exitY=0.894;exitDx=0;exitDy=0;exitPerimeter=0;" target="pt3iVSDJKjjI1ma8Ewhb-8" value="">
|
||||
<mxGeometry height="50" relative="1" width="50" as="geometry">
|
||||
<mxPoint x="350" y="260" as="sourcePoint" />
|
||||
<mxPoint x="450" y="330" as="targetPoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-9" edge="1" parent="1" source="pt3iVSDJKjjI1ma8Ewhb-1" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" target="pt3iVSDJKjjI1ma8Ewhb-2" value="">
|
||||
<mxGeometry height="50" relative="1" width="50" as="geometry">
|
||||
<mxPoint x="400" y="460" as="sourcePoint" />
|
||||
<mxPoint x="450" y="410" as="targetPoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-10" edge="1" parent="1" source="pt3iVSDJKjjI1ma8Ewhb-3" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" target="pt3iVSDJKjjI1ma8Ewhb-4" value="">
|
||||
<mxGeometry height="50" relative="1" width="50" as="geometry">
|
||||
<mxPoint x="400" y="460" as="sourcePoint" />
|
||||
<mxPoint x="450" y="410" as="targetPoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-11" parent="1" style="sketch=0;outlineConnect=0;gradientColor=none;fontColor=#545B64;strokeColor=none;fillColor=#879196;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.illustration_office_building;pointerEvents=1" value="" vertex="1">
|
||||
<mxGeometry height="110" width="154.93" x="91" y="43" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="pt3iVSDJKjjI1ma8Ewhb-12" parent="1" style="sketch=0;outlineConnect=0;gradientColor=none;fontColor=#545B64;strokeColor=none;fillColor=#879196;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.illustration_office_building;pointerEvents=1" value="" vertex="1">
|
||||
<mxGeometry height="110" width="154.93" x="463" y="193" as="geometry" />
|
||||
</mxCell>
|
||||
</root>
|
||||
</mxGraphModel>
|
||||
</diagram>
|
||||
</mxfile>
|
||||