mirror of
https://github.com/lossless-group/image-gin.git
synced 2026-07-22 06:49:33 +00:00
Pre-relocation snapshot captured on development. Bundles in-flight changes to the modal UX, logger, and plugin-config docs alongside the new context-v/prompts/Add-New-Model-Provider.md so the move into the content-farm pseudomonorepo doesn't leave the work behind. Master remains untouched; merge this development branch back into master once the relocation settles. Also included: fast-forward of development to match master prior to the WIP commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
42 lines
1 KiB
YAML
42 lines
1 KiB
YAML
# Plugin Configuration for Template Replacement
|
|
# Update these values when creating a new plugin from this starter
|
|
|
|
plugin:
|
|
# Plugin identifiers
|
|
id: "image-gin"
|
|
name: "Image Gin"
|
|
class_name: "ImageGin"
|
|
|
|
# Plugin metadata
|
|
version: "0.1.1"
|
|
description: "Generate AI images, search stock images, and upload to ImageKit CDN."
|
|
author: "The Lossless Group"
|
|
author_url: "https://lossless.group"
|
|
|
|
# Plugin settings
|
|
min_app_version: "1.8.10"
|
|
is_desktop_only: true
|
|
|
|
# Development settings
|
|
keywords:
|
|
- "Obsidian"
|
|
- "Plugin"
|
|
- "Starter"
|
|
- "Template"
|
|
|
|
# Example configuration for a new plugin:
|
|
# Uncomment and modify these values, then run the setup script
|
|
#
|
|
# plugin:
|
|
# id: "my-awesome-plugin"
|
|
# name: "My Awesome Plugin"
|
|
# class_name: "MyAwesomePlugin"
|
|
# version: "1.0.0"
|
|
# description: "An awesome plugin that does amazing things"
|
|
# author: "Your Name"
|
|
# author_url: "https://your-website.com"
|
|
# funding_url: "https://your-funding-page.com"
|
|
# keywords:
|
|
# - "Obsidian"
|
|
# - "Plugin"
|
|
# - "Awesome"
|