add karakeep sync
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 31s
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 31s
This commit is contained in:
5
.obsidian/appearance.json
vendored
5
.obsidian/appearance.json
vendored
@@ -1 +1,4 @@
|
||||
{}
|
||||
{
|
||||
"theme": "obsidian",
|
||||
"cssTheme": "Tokyo Night"
|
||||
}
|
||||
3
.obsidian/community-plugins.json
vendored
Normal file
3
.obsidian/community-plugins.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"hoarder-sync"
|
||||
]
|
||||
26
.obsidian/plugins/hoarder-sync/data.json
vendored
Normal file
26
.obsidian/plugins/hoarder-sync/data.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"apiKey": "ak2_930f821671cbe46c8d7e_0df2443dba6dd9fe1dc8ebf52d6ac96e",
|
||||
"apiEndpoint": "https://kara.werats.gay/api/v1",
|
||||
"syncFolder": "KaraKeep",
|
||||
"attachmentsFolder": "KaraKeep/attachments",
|
||||
"syncIntervalMinutes": 60,
|
||||
"lastSyncTimestamp": 1775965826232,
|
||||
"updateExistingFiles": false,
|
||||
"excludeArchived": true,
|
||||
"onlyFavorites": false,
|
||||
"syncNotesToHoarder": true,
|
||||
"syncHighlights": true,
|
||||
"onlyBookmarksWithHighlights": false,
|
||||
"excludedTags": [],
|
||||
"includedTags": [],
|
||||
"downloadAssets": true,
|
||||
"syncDeletions": false,
|
||||
"deletionAction": "delete",
|
||||
"deletionTag": "deleted",
|
||||
"archiveFolder": "Hoarder/deleted",
|
||||
"handleArchivedBookmarks": false,
|
||||
"archivedBookmarkAction": "delete",
|
||||
"archivedBookmarkTag": "archived",
|
||||
"archivedBookmarkFolder": "Hoarder/archived",
|
||||
"useObsidianRequest": false
|
||||
}
|
||||
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);
|
||||
}
|
||||
6
.obsidian/themes/Tokyo Night/manifest.json
vendored
Normal file
6
.obsidian/themes/Tokyo Night/manifest.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "Tokyo Night",
|
||||
"version": "1.1.6",
|
||||
"minAppVersion": "0.0.1",
|
||||
"author": "tcmmichaelb139"
|
||||
}
|
||||
2129
.obsidian/themes/Tokyo Night/theme.css
vendored
Normal file
2129
.obsidian/themes/Tokyo Night/theme.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
47
.obsidian/workspace.json
vendored
47
.obsidian/workspace.json
vendored
@@ -13,12 +13,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "index.md",
|
||||
"file": "KaraKeep/2026-04-11-MISAMARU-on-X-”アメスリ着物が新登場!.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "index"
|
||||
"title": "2026-04-11-MISAMARU-on-X-”アメスリ着物が新登場!"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -183,9 +183,46 @@
|
||||
"bases:Create new base": false
|
||||
}
|
||||
},
|
||||
"active": "ce0058b798b778c7",
|
||||
"active": "fb3397b33e4538d8",
|
||||
"lastOpenFiles": [
|
||||
"version.txt",
|
||||
"index.md"
|
||||
"index.md",
|
||||
"KaraKeep/2026-03-31-Make-This-Lumber-Farm-in-Pokopia.md",
|
||||
"KaraKeep/attachments/3bfdf769-818a-4c83-b602-a6f5ea3d522f-Make-This-Lumber-Farm-in.jpg",
|
||||
"KaraKeep/attachments/ea5bdc41-7565-4839-9b85-64266555d7cd-Make-This-Lumber-Farm-in.jpg",
|
||||
"KaraKeep/2026-03-31-paint-recipes.md",
|
||||
"KaraKeep/attachments/67e88391-3daf-4a68-8574-14349790a5c2-paint-recipes.jpg",
|
||||
"KaraKeep/2026-03-31-シア口ア-on-X-”これが速いのか分からないままブランチマイニングして.md",
|
||||
"KaraKeep/attachments/413c02a0-da78-4819-b2e0-1663c00b2258-シア口ア-on-X-”これが速いのか分からないままブランチマ.jpg",
|
||||
"KaraKeep/attachments/2afc00ea-3eb0-4b30-9926-9e9be37a0492-シア口ア-on-X-”これが速いのか分からないままブランチマ.jpg",
|
||||
"KaraKeep/attachments/137010df-57bf-43b4-a5e3-acfc3ca97c19-シア口ア-on-X-”これが速いのか分からないままブランチマ.jpg",
|
||||
"KaraKeep/2026-03-31-Poke-Dolls-Guide.md",
|
||||
"KaraKeep/attachments/c3afda7a-3966-4fe8-9ac0-d526aefee8fb-Poke-Dolls-Guide.jpg",
|
||||
"KaraKeep/2026-03-31-Stamp-Values.md",
|
||||
"KaraKeep/attachments/e3288a47-b14b-479a-8728-648abafacba4-Stamp-Values.jpg",
|
||||
"KaraKeep/2026-03-31-Ingredient-Flavors.md",
|
||||
"KaraKeep/attachments/2e3a5c92-e8e3-40e3-9469-09f5abaf2b8c-Ingredient-Flavors.jpg",
|
||||
"KaraKeep/2026-03-31-Reblog-by-@thevisualvamp-·-1-image.md",
|
||||
"KaraKeep/attachments/534d005f-c408-40d6-839c-d71374da5f74-Reblog-by-@thevisualvamp-·-1.jpg",
|
||||
"KaraKeep/2026-03-31-Post-by-@catchymemes-·-1-video.md",
|
||||
"KaraKeep/2026-03-31-Lake-Como,-Italy.md",
|
||||
"KaraKeep/2026-03-31-Pig-Tail-Bridge-№54,-Huddersfield.md",
|
||||
"KaraKeep/2026-03-31-Brutalism-The-University-of.md",
|
||||
"KaraKeep/2026-03-31-the-happy-smiler.md",
|
||||
"KaraKeep/2026-03-31-pinko🐬👽-on-X-”@145k4-a-lot-of.md",
|
||||
"KaraKeep/2026-03-31-alaska-on-X-“once-you-realize-that.md",
|
||||
"KaraKeep/2026-03-31-@i-on-X.md",
|
||||
"KaraKeep/2026-03-31-Unique-Guns-in-Anime-–-GRAVITON.md",
|
||||
"KaraKeep/2026-03-31-Unique-Guns-in-Anime-The-Caster-Gun.md",
|
||||
"KaraKeep/2026-04-01-Shota-Ashida-on-Instagram.md",
|
||||
"KaraKeep/2026-04-01-Manifold-Catalytic-Converter-674.md",
|
||||
"KaraKeep/2026-04-01-Catalytic-Converter-for-Hyundai.md",
|
||||
"KaraKeep/2026-04-01-Dr.-Ahmad-Al-Khatib,-MD,.md",
|
||||
"KaraKeep/2026-04-01-Bookmark-r52rx1vz27hvtt3e2capnr09.md",
|
||||
"KaraKeep/2026-04-01-Daily-Planner.md",
|
||||
"KaraKeep/2026-04-02-image.md",
|
||||
"KaraKeep/2026-04-03-IPv6-Network-(Auto)-Configuration.md",
|
||||
"KaraKeep/attachments",
|
||||
"KaraKeep",
|
||||
"version.txt"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user