From 4cdfe8fc4fa94aa9f0841e2220f400d49f8ea801 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Tue, 21 Nov 2023 16:33:48 -0800 Subject: [PATCH] Re-enable Khoj Obsidian plugin for Mobile, as Khoj cloud is available --- manifest.json | 2 +- src/interface/obsidian/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4d019834..e0a0a9f5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "description": "An AI copilot for your Second Brain", "author": "Khoj Inc.", "authorUrl": "https://github.com/khoj-ai", - "isDesktopOnly": true + "isDesktopOnly": false } diff --git a/src/interface/obsidian/manifest.json b/src/interface/obsidian/manifest.json index 4d019834..e0a0a9f5 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -6,5 +6,5 @@ "description": "An AI copilot for your Second Brain", "author": "Khoj Inc.", "authorUrl": "https://github.com/khoj-ai", - "isDesktopOnly": true + "isDesktopOnly": false }