From 3defc2321c6cba984812147f60558d0617c77b33 Mon Sep 17 00:00:00 2001 From: Nathan Cashion <67849068+nathancashion@users.noreply.github.com> Date: Sat, 6 Jun 2026 12:55:07 +1000 Subject: [PATCH 1/2] Set Obsidian plugin to desktop-only to suppress mobile loading errors --- apps/obsidian/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/obsidian/manifest.json b/apps/obsidian/manifest.json index 953712e84..5a60a1d08 100644 --- a/apps/obsidian/manifest.json +++ b/apps/obsidian/manifest.json @@ -6,5 +6,6 @@ "description": "Add semantic structure to your notes with the Discourse Graph protocol.", "author": "Discourse Graphs", "authorUrl": "https://discoursegraphs.com", - "isDesktopOnly": false + "isDesktopOnly": true } + From fbca865e5fdabf857f0a2991ae0ae76e148d6e71 Mon Sep 17 00:00:00 2001 From: Trang Doan Date: Tue, 9 Jun 2026 17:36:11 -0400 Subject: [PATCH 2/2] Format manifest.json with Prettier. Co-authored-by: Cursor --- apps/obsidian/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/obsidian/manifest.json b/apps/obsidian/manifest.json index 5a60a1d08..b05fa71f9 100644 --- a/apps/obsidian/manifest.json +++ b/apps/obsidian/manifest.json @@ -8,4 +8,3 @@ "authorUrl": "https://discoursegraphs.com", "isDesktopOnly": true } -