lossless-group_image-gin/plugin-config.yaml
mpstaton 2b195bd470 init(project): initialize project Image Gin
On branch master
 Your branch is up to date with 'origin/master'.
 Changes to be committed:
	modified:   README.md
	modified:   esbuild.config.mjs
	modified:   manifest.json
	modified:   package.json
	modified:   plugin-config.yaml
2025-07-20 17:07:49 +03:00

43 lines
1.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-plugin"
name: "Image Gin"
class_name: "ImageGin"
# Plugin metadata
version: "0.0.1"
description: "Enables users to use Generative AI to generate contextually relevant images through an [Obsidian](https://obsidian.md) plugin."
author: "The Lossless Group"
author_url: "https://lossless.group"
funding_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"