aldo-g_obsidian-llm-test/manifest.json

11 lines
369 B
JSON
Raw Normal View History

2022-04-15 18:13:31 +00:00
{
2025-02-12 10:39:45 +00:00
"id": "obsidian-rag-test-plugin",
"name": "Obsidian RAG Test Plugin",
2022-08-09 17:38:50 +00:00
"version": "1.0.0",
"minAppVersion": "0.15.0",
2025-02-12 10:39:45 +00:00
"description": "A plugin to index test notes and display a dashboard for self-testing based on your notes.",
"author": "Aldo E George",
2022-04-15 18:13:31 +00:00
"authorUrl": "https://obsidian.md",
2022-12-05 20:28:53 +00:00
"fundingUrl": "https://obsidian.md/pricing",
2022-04-15 18:13:31 +00:00
"isDesktopOnly": false
2025-02-12 10:39:45 +00:00
}