mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-28 01:45:07 +01:00
cd8b918a55
- Obsidian provides limited support for plugins in larger repositories. Currently, it does not have a way to specify the directory of a plugin So it expects the plugins `manifest.json' and `versions.json' to be at project root - While this unnecessarily litters the codebase. It is the (current) required tradeoff for keeping the core plugins in a mono repo
10 lines
289 B
JSON
10 lines
289 B
JSON
{
|
|
"id": "khoj",
|
|
"name": "Khoj",
|
|
"version": "0.2.1",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Natural, Incremental Search for your Second Brain 🦅",
|
|
"author": "Debanjum Singh Solanky",
|
|
"authorUrl": "https://github.com/debanjum",
|
|
"isDesktopOnly": false
|
|
}
|