This commit is contained in:
2025-11-04 12:15:43 +01:00
parent 58ae53697e
commit 971a18fcc1
45 changed files with 5489 additions and 5915 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +0,0 @@
{
"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

@@ -1,18 +0,0 @@
.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;
}