From e1697715a41a406fbbef49c82bccc3e3f15f10e7 Mon Sep 17 00:00:00 2001 From: "Charl P. Botha" Date: Fri, 5 Jul 2024 22:45:02 +0200 Subject: [PATCH] Add AI Chat as Markdown --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index a986933452f..73b8fc0f0da 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -12388,5 +12388,12 @@ "author": "Elias Jaffe", "description": "Remove newlines from text selections and also paste content from the clipboard without newlines.", "repo": "HandcartCactus/obsidian-remove-newlines" + }, + { + "id": "ai-chat-as-md", + "name": "AI Chat as Markdown", + "author": "Charl P. Botha", + "description": "Multiple branching AI conversations as Markdown hierarchy", + "repo": "cpbotha/obsidian-ai-chat-as-md" } ]