This commit is contained in:
2025-10-22 22:13:54 +02:00
parent 9e44354ef0
commit b63d46a78e
331 changed files with 352530 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "featured-image",
"name": "Featured Image",
"version": "1.2.1",
"minAppVersion": "1.8.0",
"description": "Automatically sets a featured image property in your notes based on the first image, YouTube link, or Auto Card Link image found in your document.",
"author": "Johan Sanneblad",
"authorUrl": "https://github.com/johansan",
"fundingUrl": "https://buymeacoffee.com/johansan",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,18 @@
.featured-image-info {
background-color: var(--background-secondary);
border-radius: 5px;
padding: 10px;
margin: 10px 0;
}
.featured-image-info-text {
margin: 0;
color: var(--text-muted);
font-size: 0.9em;
}
.thumbnail-settings {
padding-left: 1em;
border-left: 2px solid var(--background-modifier-border);
margin-left: 1em;
}