vault backup: 2026-04-18 23:04:27

This commit is contained in:
Vadym Samoilenko 2026-04-18 23:04:27 +01:00
parent 063573d4c0
commit 684f5cff10
5 changed files with 1598 additions and 1 deletions

View file

@ -10,5 +10,6 @@
"obsidian-html-plugin",
"obsidian-git",
"omnisearch",
"obsidian-local-images-plus"
"obsidian-local-images-plus",
"hoarder-sync"
]

1507
.obsidian/plugins/hoarder-sync/main.js vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,9 @@
{
"id": "hoarder-sync",
"name": "Hoarder Sync",
"version": "1.12.0",
"minAppVersion": "1.7.0",
"description": "Sync your Hoarder bookmarks",
"author": "Jordan Hofker",
"isDesktopOnly": false
}

View file

@ -0,0 +1,74 @@
.hoarder-wide-input {
width: var(--size-4-100);
}
.hoarder-medium-input {
width: var(--size-4-75);
}
.hoarder-small-input {
width: var(--size-4-50);
}
.hoarder-suggestion-dropdown {
background: var(--background-primary);
border: 1px solid var(--background-modifier-border);
border-radius: var(--size-4-1);
box-shadow: 0 var(--size-2-1) var(--size-4-2) rgba(0, 0, 0, 0.1);
max-height: var(--size-4-50);
overflow-y: auto;
width: var(--size-4-50);
position: absolute;
z-index: 1000;
display: block;
opacity: 1;
transition: opacity 150ms ease-in-out;
}
.hoarder-suggestion-dropdown-hidden {
display: none;
opacity: 0;
}
.hoarder-suggestion-item {
padding: var(--size-4-2) var(--size-4-3);
cursor: var(--cursor);
transition: background-color 100ms ease-in-out;
}
.hoarder-suggestion-item:hover {
background: var(--background-modifier-hover);
}
.setting-item-description {
margin-bottom: var(--size-4-4);
}
/* Karakeep Highlight Callouts */
.callout[data-callout="karakeep-yellow"] {
--callout-color: 254, 240, 138;
--callout-icon: lucide-highlighter;
}
.callout[data-callout="karakeep-red"] {
--callout-color: 254, 202, 202;
--callout-icon: lucide-highlighter;
}
.callout[data-callout="karakeep-green"] {
--callout-color: 187, 247, 208;
--callout-icon: lucide-highlighter;
}
.callout[data-callout="karakeep-blue"] {
--callout-color: 191, 219, 254;
--callout-icon: lucide-highlighter;
}
.callout[data-callout^="karakeep-"] {
margin: var(--size-4-2) 0;
}
.callout[data-callout^="karakeep-"] .callout-content {
padding: var(--size-4-2) var(--size-4-3);
}

View file

@ -452,3 +452,9 @@ tags: [daily]
- 23:00 | `aimpress`
- **Asked:** Help set up and configure Proxmox on a new server with bootable USB.
- **Done:** Deployed home.ai-impress.com homepage with authentication and fixed access list permissions for IP connectivity.
- 23:02 | `aimpress`
- **Asked:** Help with setting up and configuring Proxmox on a new server.
- **Done:** Debugged network access issues and resolved password authentication and port 3000 conflicts across multiple LXC containers.
- 23:03 | `aimpress`
- **Asked:** Can you help set up and configure Proxmox on a new server with a bootable USB?
- **Done:** Configured proxy host and access list for Homepage, then fixed domain blocking issue in the proxy configuration.