vault backup: 2026-04-18 23:04:27
This commit is contained in:
parent
063573d4c0
commit
684f5cff10
5 changed files with 1598 additions and 1 deletions
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
|
|
@ -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
1507
.obsidian/plugins/hoarder-sync/main.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
9
.obsidian/plugins/hoarder-sync/manifest.json
vendored
Normal file
9
.obsidian/plugins/hoarder-sync/manifest.json
vendored
Normal 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
|
||||
}
|
||||
74
.obsidian/plugins/hoarder-sync/styles.css
vendored
Normal file
74
.obsidian/plugins/hoarder-sync/styles.css
vendored
Normal 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);
|
||||
}
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue